| FilterCriteriaCollectionRemove Method  | 
            Removes the FilterCriteria identified by the given name from the collection
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void Remove(
	string criteriaName
)
Public Sub Remove ( 
	criteriaName As String
)
Parameters
- criteriaName
 - Type: SystemString
The name of the FilterCriteria to remove 
See Also