ActivityArgumentData Constructor

Scanjour Workflow4 Reference Manual
Constructor.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public ActivityArgumentData(
	string name,
	Type type,
	Object value
)

Parameters

name
Type: SystemString
The argument name.
type
Type: SystemType
The argument type.
value
Type: SystemObject
The argument value.
See Also

Reference