DocumentEventValidationStateEventName Property |
Gets the name of the event.
Namespace:
Aloe.EnterpriseOne.Model.General.Documents
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string EventName { get; }
Public ReadOnly Property EventName As String
Get
public:
property String^ EventName {
String^ get ();
}
member EventName : string with get
Property Value
Type:
String
The name of the event.
See Also