The key of the item in the remote cache with which the local cache item needs to be synchronized.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public string Key { get; }
Visual Basic
Public ReadOnly Property Key As String
	Get
Visual C++
public:
property String^ Key {
	String^ get ();
}

See Also