Selerix Developer Tools
DefaultPIN Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : DefaultPIN Property
Gets or sets the applicant's default PIN. Gets or sets the pin number of the applicant.
Syntax
'Declaration
 
Public Overridable Property DefaultPIN As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.DefaultPIN = value
 
value = instance.DefaultPIN
public virtual string DefaultPIN {get; set;}
public read-write property DefaultPIN: String; virtual; 
public function get,set DefaultPIN : String
public: __property virtual string* get_DefaultPIN();
public: __property virtual void set_DefaultPIN( 
   string* value
);
public:
virtual property String^ DefaultPIN {
   String^ get();
   void set (    String^ value);
}

Property Value

The default PIN.
See Also

Reference

Applicant Class
Applicant Members