|  | AccessibilityequipmentType Property  | 
 
            A list of the equipment used by this rider
            
 
    Namespace: 
   ParaPlanREST.Models
    Assembly:
   ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic List<Attribute> equipmentType { get; set; }public:
property List<Attribute^>^ equipmentType {
	List<Attribute^>^ get ();
	void set (List<Attribute^>^ value);
}function get_equipmentType();
function set_equipmentType(value);
Property Value
Type: 
ListAttribute See Also
See Also