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.3.0.0 (23.3.0.0)
Syntax
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: Booleantrue 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