| ContextParametersContains Method  | 
            Determines whether or not a data parameter identified by the given name exists into the collection
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic bool Contains(
	string contextParameterName
)
Public Function Contains ( 
	contextParameterName As String
) As Boolean
Parameters
- contextParameterName
 - Type: SystemString
The name of the ParameterData to look for 
Return Value
Type: 
BooleanA boolean which determines whether or not a ParameterData identified by the given name exists into the collection
See Also