Click or drag to resize

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)
Syntax
public IList<VehicleCheckPicturePartialEntity> VehicleCheckImages { get; set; }

Property Value

Type: IListVehicleCheckPicturePartialEntity
The vehicle check images.
See Also