Click or drag to resize

UserDTOsubscriptions Property

OFV Kjøretøydata service

Gets or sets the subscriptions.

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

Property Value

Type: ListUserSubscriptionDTO
The subscriptions that current user has access to.
See Also