Click or drag to resize

FilterCriteriaCollectionItem Property (String)

Gets the FilterCriteria associated with the specified name

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public FilterCriteria this[
	string criteriaName
] { get; }

Parameters

criteriaName
Type: SystemString

Property Value

Type: FilterCriteria
See Also