C-DEngine 5.105

TheMirrorCache<(Of <(<'T>)>)>..::..IsCacheEncrypted Property

Gets or sets a value indicating whether this instance is cache encrypted.

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

Syntax


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

Field Value

true if this instance is cache encrypted; otherwise, false.