Gets or Sets if cache key uses Asp.Net Application Id.

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

Syntax

C#
public bool KeyUsesAppId { get; set; }
Visual Basic
Public Property KeyUsesAppId As Boolean
	Get
	Set
Visual C++
public:
property bool KeyUsesAppId {
	bool get ();
	void set (bool value);
}
F#
member KeyUsesAppId : bool with get, set

Property Value

Type: Boolean

See Also