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