Specifies if the rows should be cleaned rather than deleted

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AllowEmptyRows { get; set; }
Visual Basic
Public Property AllowEmptyRows As Boolean
	Get
	Set
JScript
function get AllowEmptyRows () : boolean
function set AllowEmptyRows (value : boolean)

See Also