Click or drag to resize

UserAdminDTOactive Property

OFV Kjøretøydata service

Active indicated whether user is active (allowed to log in) or not (not allowed to log in) on OFV system.

System only used field at the moment. Can only be changed by user when calling methods for deactivate/reactivate

Namespace:  OfvService.DTO.Admin
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool active { get; set; }

Property Value

Type: Boolean
See Also