|  | AccessibilityisPersonWithDisability Property  | 
 
            If the rider has a disability.
            
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic bool isPersonWithDisability { get; set; }public:
property bool isPersonWithDisability {
	bool get ();
	void set (bool value);
}function get_isPersonWithDisability();
function set_isPersonWithDisability(value);
Property Value
Type: 
Boolean See Also
See Also