Selerix Developer Tools
PasswordAnswer Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : PasswordAnswer Property
Gets or sets the password answer. The PasswordAnswer property read-writes the password of the applicant.
Syntax
'Declaration
 
Public Overridable Property PasswordAnswer As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.PasswordAnswer = value
 
value = instance.PasswordAnswer
public virtual string PasswordAnswer {get; set;}
public read-write property PasswordAnswer: String; virtual; 
public function get,set PasswordAnswer : String
public: __property virtual string* get_PasswordAnswer();
public: __property virtual void set_PasswordAnswer( 
   string* value
);
public:
virtual property String^ PasswordAnswer {
   String^ get();
   void set (    String^ value);
}

Property Value

The password answer.
See Also

Reference

Applicant Class
Applicant Members