 | OneOffActionResultEntityOneOffActions Property |
Gets or sets the OneOffAction records.
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<PartialOneOffActionEntity> OneOffActions { get; set; }
Public Property OneOffActions As IList(Of PartialOneOffActionEntity)
Get
Set
Property Value
Type:
IListPartialOneOffActionEntity
The OneOffAction records.
See Also