Property GroupCount
GroupCount
Returns the total number of groups for the executed search. This is a convenience method. The following code snippet has the same effect:
GetGroups().Count
Declaration
int GroupCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The total number of groups for the executed search |