UserTaskPropertiesTryGetValue Method

Gets the value that is associated with the specified key.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public bool TryGetValue(
	string key,
	out UserTaskProperty value
)

Parameters

key  String
The key to locate.
value  UserTaskProperty
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

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