DocumentStateChangeEventMaskBeforeEvent Property |
Gets a value indicating whether before or after events will be matched.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool BeforeEvent { get; }
Public ReadOnly Property BeforeEvent As Boolean
Get
public:
property bool BeforeEvent {
bool get ();
}
member BeforeEvent : bool with get
Property Value
Type:
Booleantrue if before events will be matched; otherwise,
false.
See Also