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