Click or drag to resize

UserDTOcompany Property

OFV Kjøretøydata service

Gets or sets the company.

Namespace:  OfvService.DTO.Login
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CompanyDTO company { get; set; }

Property Value

Type: CompanyDTO
The company that current user belongs to.
See Also