 | BagOrderPartialEntityJobTransactionIds Property |
Gets or sets the JobTransactionIds
Namespace:
AMCS.Elemos.IntegrationService.Entity.CasualCustomer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<Nullable<int>> JobTransactionIds { get; set; }
Public Property JobTransactionIds As IList(Of Nullable(Of Integer))
Get
Set
Property Value
Type:
IListNullableInt32
The JobTransactionIds
See Also