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