| AccessibilityusesWheelchair Property |
If the rider uses a wheelchair
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool usesWheelchair { get; set; }
public:
property bool usesWheelchair {
bool get ();
void set (bool value);
}
function get_usesWheelchair();
function set_usesWheelchair(value);
Property Value
Type:
BooleanSee Also