UserBusinessRuleEventEventType Property |
The event for which to register the business rule. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic UserBusinessRuleEventsRepositoryEventType EventType { get; set; }
Public Property EventType As UserBusinessRuleEventsRepositoryEventType
Get
Set
public:
property UserBusinessRuleEventsRepositoryEventType^ EventType {
UserBusinessRuleEventsRepositoryEventType^ get ();
void set (UserBusinessRuleEventsRepositoryEventType^ value);
}
member EventType : UserBusinessRuleEventsRepositoryEventType with get, set
Property Value
Type:
UserBusinessRuleEventsRepositoryEventType
See Also