Gets a value indicating whether this instance is loaded.

Namespace: FirstFloor.Documents
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public bool IsLoaded { get; private set; }
Visual Basic
Public Property IsLoaded As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsLoaded {
	bool get ();
	private: void set (bool value);
}

Field Value

true if this instance is loaded; otherwise, false.

See Also