Click or drag to resize

VehicleDTOequipmentGroups Property

OFV Kjøretøydata service

List of equipment groups.

Eg. Light, seats, multimedia, security etc.

Namespace:  OfvService.DTO.Vehicle
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<EquipmentGroupDTO> equipmentGroups { get; set; }

Property Value

Type: ListEquipmentGroupDTO
The equipment groups.
See Also