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