public GroupingKind GroupingState { get; set; }Public Property GroupingState As GroupingKind
Get
Setpublic:
property GroupingKind GroupingState {
GroupingKind get ();
void set (GroupingKind value);
}member GroupingState : GroupingKind with get, set