public string? Position { get; init; }
Public Property Position As String Get Set
public: property String^ Position { String^ get (); void set (String^ value); }
member Position : string with get, set
In This Article