Click or drag to resize

VehicleCheckResultEntityVehicleChecks Property

Gets or sets the vehicle checks.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<VehicleCheckPartialEntity> VehicleChecks { get; set; }

Property Value

Type: IListVehicleCheckPartialEntity
The vehicle checks.
See Also