FilterCriteriaCollectionItem Property (Int32) | 
 
            Gets the FilterCriteria associated with the specified index
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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