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