StreamLink.NET
GroupField Property
StreamLink.NETCaplin.StreamLink.Subscription.Container.ExtendedParameters.SortingICustomSortRuleGroupField
Gets or sets the name of the field that records in the container will be grouped by. No matter what you set this property to, the container will be grouped by the sort field (in future releases you will be able to group by a different field). If you do not set this property, records will not be grouped.
Declaration Syntax
C#Visual BasicVisual C++
string GroupField { get; set; }
Property GroupField As String
property String^ GroupField {
	String^ get ();
	void set (String^ value);
}
Value
The name of the group field.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)