The name of the sub-group within a group. This hierarchical grouping gives more control over the cache items.

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 SubGroup { get; set; }
Visual Basic
Public Property SubGroup As String
	Get
	Set
Visual C++
public:
property String^ SubGroup {
	String^ get ();
	void set (String^ value);
}

See Also