ProcessNodeEventEventType Property |
Event type. S=Start, T=Intermediate Throw, C=Intermediate Catch, B=Boundary, E=End. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string EventType { get; set; }
Public Property EventType As String
Get
Set
public:
property String^ EventType {
String^ get ();
void set (String^ value);
}
member EventType : string with get, set
Property Value
Type:
String
See Also