ContextParametersRemove Method  | 
 
            Removes the data parameter identified by the given name from the collection
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic void Remove(
	string contextParameterName
)
Public Sub Remove ( 
	contextParameterName As String
)
Parameters
- contextParameterName
 - Type: SystemString
The name of the ParameterData to remove 
See Also