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