Click or drag to resize

ActivityArgumentData Constructor

Constructor.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ActivityArgumentData(
	string name,
	Type type,
	Object value
)

Parameters

name  String
The argument name.
type  Type
The argument type.
value  Object
The argument value.
See Also