|  | VerifiedUserpassword Property  | 
 
            Password of user
            
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic string password { get; set; }public:
property String^ password {
	String^ get ();
	void set (String^ value);
}function get_password();
function set_password(value);
Property Value
Type: 
String See Also
See Also