UserTaskPropertiesSet 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: 23.1.0.0 (23.1.0.0)
Syntax

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

Parameters

key
Type: SystemString
The key.
value
Type: SystemObject
The value.
type
Type: SystemType
The type.
See Also

Reference