 | 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)
Syntaxpublic IList<JobPicturePartialEntity> JobImages { get; set; }
Public Property JobImages As IList(Of JobPicturePartialEntity)
Get
Set
Property Value
Type:
IListJobPicturePartialEntity
The job images.
See Also