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