Click or drag to resize

ProcessTarget Property

Contains the actual Target object. Can be null if TargetId = 0 or if the process is loaded with LoadTargets=false.

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

Property Value

Type: DataObject
See Also