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