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