Click or drag to resize

JobImageResultEntityJobImages Property

Gets or sets the job 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<JobPicturePartialEntity> JobImages { get; set; }

Property Value

Type: IListJobPicturePartialEntity
The job images.
See Also