Click or drag to resize

ContextParametersContains Method

Determines whether or not a data parameter identified by the given name exists into the collection

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public bool Contains(
	string contextParameterName
)

Parameters

contextParameterName
Type: SystemString
The name of the ParameterData to look for

Return Value

Type: Boolean
A boolean which determines whether or not a ParameterData identified by the given name exists into the collection
See Also