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