UserTaskPropertiesTryGetValue Method

Scanjour Workflow4 Reference Manual
Gets the value that is associated with 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 bool TryGetValue(
	string key,
	out UserTaskProperty value
)

Parameters

key
Type: SystemString
The key to locate.
value
Type: Scanjour.Workflow4.BaseUserTaskProperty
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.

Return Value

Type: Boolean
true if the object that implements the IReadOnlyDictionaryTKey, TValue interface contains an element that has the specified key; otherwise, false.

Implements

IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference