 | VehicleCheckCompletePartialEntityVehicleCheckGuids Property |
Gets or sets the vehicle check guids.
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<Guid> VehicleCheckGuids { get; set; }
Public Property VehicleCheckGuids As IList(Of Guid)
Get
Set
Property Value
Type:
IListGuid
The vehicle check guids.
See Also