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