Gets or sets the state of birth. Gets or sets the birth state of the applicant.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overridable Property BirthState As String
             
        
            
            'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.BirthState = value
 
value = instance.BirthState
             
        
            
            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
);
             
        
            
            public:
virtual property String^ BirthState {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The state of the birth.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also