[]
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; }
Type | Description |
---|---|
string | A string value indicating the name to use for the data element for the collection of all instances of this group. |
Default value is "DataElementName_Collection"
.
Grouping group = new Grouping();
group.DataCollectionName = "CategoryGroup_Collection";