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