Key Property

SimpleEssentials

CacheSettings..::..Key Property

Namespace:  SimpleEssentials.Cache
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public string Key { get; set; }
Public Property Key As String
	Get
	Set
public:
property String^ Key {
	String^ get ();
	void set (String^ value);
}