UserBusinessRuleActionActionType Property |
Specifies the type of action to perform. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic UserBusinessRuleActionsRepositoryActionType ActionType { get; set; }
Public Property ActionType As UserBusinessRuleActionsRepositoryActionType
Get
Set
public:
property UserBusinessRuleActionsRepositoryActionType^ ActionType {
UserBusinessRuleActionsRepositoryActionType^ get ();
void set (UserBusinessRuleActionsRepositoryActionType^ value);
}
member ActionType : UserBusinessRuleActionsRepositoryActionType with get, set
Property Value
Type:
UserBusinessRuleActionsRepositoryActionType
See Also