UserBusinessRuleActions Property |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<UserBusinessRuleAction> Actions { get; }
Public ReadOnly Property Actions As ChildCollection(Of UserBusinessRuleAction)
Get
public:
property ChildCollection<UserBusinessRuleAction^>^ Actions {
ChildCollection<UserBusinessRuleAction^>^ get ();
}
member Actions : ChildCollection<UserBusinessRuleAction> with get
Property Value
Type:
ChildCollectionUserBusinessRuleAction
See Also