C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..IsReady Property

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

Syntax


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