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