 | 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)
Syntaxpublic IList<VehicleCheckPartialEntity> VehicleChecks { get; set; }
Public Property VehicleChecks As IList(Of VehicleCheckPartialEntity)
Get
Set
Property Value
Type:
IListVehicleCheckPartialEntity
The vehicle checks.
See Also