ITrkAttributeAgent.ValueExpression (write-only property)

property ValueExpression
Syntax: object.ValueExpression = String
Description:
The ValueExpression property is the regular expression used to search for attributes. Attributes whose values match the value expression are returned.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

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