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