The name of the group to associate with the cache item. All cache items with the same group name are logically grouped together.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

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

See Also