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