[CanBeNullAttribute]
public string GroupingLabel { get; set; }<CanBeNullAttribute>
Public Property GroupingLabel As String
Get
Setpublic:
[CanBeNullAttribute]
property String^ GroupingLabel {
String^ get ();
void set (String^ value);
}[<CanBeNullAttribute>]
member GroupingLabel : string with get, set