| ClientspecialNeeds Property |
A list of special needs. Possiblities include deaf, blind, pwd, wc (has wheelchair), lift (requires wheelchair vehicle, da (driver assist)
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string specialNeeds { get; set; }
public:
property String^ specialNeeds {
String^ get ();
void set (String^ value);
}
function get_specialNeeds();
function set_specialNeeds(value);
Property Value
Type:
StringSee Also