ITrkAttributeAgent.ItemExpression (write-only property)

property ItemExpression
Syntax: object.ItemExpression = String
Description:
The ItemExpression property is the regular expression used to search for Items. Attributes for items that match the item expression are returned.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

Set oTrkAttributeAgent = CreateObject("Tracker.TrkAttributeAgent")
oTrkAttributeAgent.ItemExpression = ".A."
oTrkAttributeAgent.Execute oTrkAttributes