Click or drag to resize

GetTimeSpanProcessParameterValue Property

Parameter value.
Input is a default value that is put if parameter is empty or non-existent.
Output is the loaded value or a supplied default if parameter is empty or non-existent.

Namespace: Scanjour.Workflow4.ActivityLibrary.Settings
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public InOutArgument<TimeSpan> Value { get; set; }

Property Value

InOutArgumentTimeSpan
See Also