UserTaskProperties.Set Method (String, Object, Type)

Scanjour Workflow4 Reference Manual
Sets the specified key.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

public void Set(
	string key,
	Object value,
	Type type
)

Parameters

key
Type: System.String
The key.
value
Type: System.Object
The value.
type
Type: System.Type
The type.
See Also

Reference