DataCollectionName Property (Grouping)
Gets or sets a name to use for the data element for the collection of all instances of this group.
public string DataCollectionName {get; set;}
'Declaration
Public Property DataCollectionName As String
Property Value
A
System.String value indicating the name to use for the data element for the collection of all instances of this group.
Grouping group = new Grouping();
group.DataCollectionName = "CategoryGroup_Collection";