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