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

DbDataProcessor..::..IsClosed Property

Gets a value indicating whether this instance is closed.

Namespace:  RingSoft.DbLookup.DataProcessor
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true if this instance is closed; otherwise, false.