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