 | VehicleCheckImageResultEntityVehicleCheckImages Property |
Gets or sets the vehicle check images.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Images
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<VehicleCheckPicturePartialEntity> VehicleCheckImages { get; set; }
Public Property VehicleCheckImages As IList(Of VehicleCheckPicturePartialEntity)
Get
Set
Property Value
Type:
IListVehicleCheckPicturePartialEntity
The vehicle check images.
See Also