Get or set the entry key

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string Key { get; protected set; }
Visual Basic
Public Property Key As String
	Get
	Protected Set
Visual C++
public:
property String^ Key {
	String^ get ();
	protected: void set (String^ value);
}
F#
member Key : string with get, set

Property Value

Type: String

See Also