UserBusinessRuleExecutionSessionBusinessEvent Property |
Gets the business event.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic BusinessEvent BusinessEvent { get; }
Public ReadOnly Property BusinessEvent As BusinessEvent
Get
public:
property BusinessEvent^ BusinessEvent {
BusinessEvent^ get ();
}
member BusinessEvent : BusinessEvent with get
Property Value
Type:
BusinessEvent
The business event.
See Also