Gets or sets the state of birth. Gets or sets the birth state of the applicant.
Syntax
public virtual string BirthState {get; set;}
public read-write property BirthState: String; virtual;
public function get,set BirthState : String
public: __property virtual string* get_BirthState();
public: __property virtual void set_BirthState(
string* value
);
'Declaration
Public Overridable Property BirthState As String
'Usage
Dim instance As Applicant
Dim value As String
instance.BirthState = value
value = instance.BirthState
Property Value
The state of the birth.
See Also