UserTaskPropertiesItem Property (Int32)

Scanjour Workflow4 Reference Manual
Gets the UserTaskProperty at the specified index.

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

public UserTaskProperty this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: UserTaskProperty
The UserTaskProperty.

Return Value

Type: UserTaskProperty
See Also

Reference