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