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