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