| 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 public 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:
ListAttributeSee Also