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