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