RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindViewModel..::..Clearing Property

Gets a value indicating whether this AdvancedFindViewModel is clearing.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public bool Clearing { get; set; }
Public Property Clearing As Boolean
	Get
	Set
public:
property bool^ Clearing {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if clearing; otherwise, false.