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