UserTaskPropertiesContainsKey Method

Scanjour Workflow4 Reference Manual
Determines whether the proeprty list contains 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 ContainsKey(
	string key
)

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.UserTaskProperties.ContainsKey(System.String)"]

Implements

IReadOnlyDictionaryTKey, TValueContainsKey(TKey)
See Also

Reference