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