Selerix Developer Tools
BirthCountry Property






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

Property Value

The birth country.
See Also

Reference

Applicant Class
Applicant Members