 | ActionPartialEntityActionTypes Property |
Gets or sets the action types.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Settings
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ObservableCollection<int> ActionTypes { get; set; }
Public Property ActionTypes As ObservableCollection(Of Integer)
Get
Set
Property Value
Type:
ObservableCollectionInt32
The action types.
See Also