Gets or sets base cache key.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Property Value

Type: String

See Also