property CriteriaSet | |
Syntax: | String =
object.CriteriaSet object.CriteriaSet = String |
Description: | The CriteriaSet property is the field to search for items within a specific Criteria Set. This property can be set/get as the following example shows. Example: Dim oTrkItemAgent As Object Dim oTrkItems As Object Dim oTrkItem As Object Set oTrkItemAgent =
CreateObject("Tracker.TrkItemAgent") oTrkItemAgent.CriteriaSet = "CS1" MsgBox oTrkItemAgent.CriteriaSet oTrkItemAgent.Execute oTrkItems |