FilterCriteriaCollectionContains Method  | 
 
            Determines whether or not a FilterCriteria identified by the given name exists into the collection
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic bool Contains(
	string criteriaName
)
Public Function Contains ( 
	criteriaName As String
) As Boolean
Parameters
- criteriaName
 - Type: SystemString
The name of the FilterCriteria to look for 
Return Value
Type: 
BooleanA boolean which determines whether or not a FilterCriteria identified by the given name exists into the collection
See Also