Returns true if the object is loaded with valid Infigo data.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsLoaded { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsLoaded As Boolean
Visual C++
public:
property bool IsLoaded {
	bool get ();
}

See Also