Selerix Developer Tools
Password Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : Password Property
Gets or sets the password.
Syntax
'Declaration
 
Public Overridable Property Password As String
'Usage
 
Dim instance As Agent
Dim value As String
 
instance.Password = value
 
value = instance.Password
public virtual string Password {get; set;}
public read-write property Password: String; virtual; 
public function get,set Password : String
public: __property virtual string* get_Password();
public: __property virtual void set_Password( 
   string* value
);
public:
virtual property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

The password.
See Also

Reference

Agent Class
Agent Members