ReportPropertyValueActivityTCallback Property

The callback that will be called. Its actual parameter will be the current value of the specified property.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public InArgument<Action<T>> Callback { get; set; }

Property Value

InArgumentActionT

See Also