[NullableAttribute]
public string? Email { get; set; }<NullableAttribute>
Public Property Email As String
Get
Setpublic:
[NullableAttribute]
property String^ Email {
String^ get ();
void set (String^ value);
}[<NullableAttribute>]
member Email : string with get, set