Indicates the bytes of the raw image have been loaded by the object.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also