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