| FilterCriteriaCollectionItem Property (String) | 
            Gets the FilterCriteria associated with the specified name
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic FilterCriteria this[
	string criteriaName
] { get; }Public ReadOnly Default Property Item ( 
	criteriaName As String
) As FilterCriteria
	Get
Parameters
- criteriaName
 - Type: SystemString
 
Property Value
Type: 
FilterCriteria
See Also