Click or drag to resize

ActionProcessObjectType Property

If the event is a Process event, the ProcessObjectType attribute defines which object in the process is used as action object for the event (Target, Activity, Process)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public ProcessObjectType ProcessObjectType { get; set; }

Property Value

Type: ProcessObjectType
See Also