C-DEngine 5.105

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

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

Syntax


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