FilterCriteriaCollectionItem Property (String) |
Gets the FilterCriteria associated with the specified name
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public FilterCriteria this[
string criteriaName
] { get; }
Public ReadOnly Default Property Item (
criteriaName As String
) As FilterCriteria
Get
Parameters
- criteriaName
- Type: SystemString
Property Value
Type:
FilterCriteriaSee Also