 | ExportJobsCompletePartialEntityJobGuids Property |
Gets or sets the job guids.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Guid> JobGuids { get; set; }
Public Property JobGuids As IList(Of Guid)
Get
Set
Property Value
Type:
IListGuid
The job guids.
See Also