Gets or sets if cache key uses MonoX language 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 KeyUsesLangId { get; set; }
Visual Basic
Public Property KeyUsesLangId As Boolean
	Get
	Set
Visual C++
public:
property bool KeyUsesLangId {
	bool get ();
	void set (bool value);
}
F#
member KeyUsesLangId : bool with get, set

Property Value

Type: Boolean

See Also