C-DEngine 5.105

TheThing..::..IsInitialized Property

A property representation of IsInit() in order for easy serialization and UX display

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IsInitialized { get; }
Public ReadOnly Property IsInitialized As Boolean
	Get
public:
property bool^ IsInitialized {
	bool^ get ();
}