Click or drag to resize

UserSubscriptionDTOvehicleGroups Property

OFV Kjøretøydata service

Gets or sets the vehicle groups.

Namespace:  OfvService.DTO.Login.Subscriptions
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<VehicleGroupDTO> vehicleGroups { get; set; }

Property Value

Type: ListVehicleGroupDTO
The vehicle groups that this subscription can be used with.
See Also