[CanBeNullAttribute]
string Appearance { get; }
<CanBeNullAttribute>
ReadOnly Property Appearance As String
Get
[CanBeNullAttribute]
property String^ Appearance {
String^ get ();
}
[<CanBeNullAttribute>]
abstract Appearance : string with get