C-DEngine 5.105

TheServiceHostInfo..::..AllSystemsReady Property

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

Syntax


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