public string? Appearance { get; set; }Public Property Appearance As String
Get
Setpublic:
virtual property String^ Appearance {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Appearance : string with get, set
override Appearance : string with get, set