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