ITrkAttributeAgent.NameExpression (write-only property)

property NameExpression
Syntax: object.NameExpression = String
Description:
The NameExpression property is the regular expression used to search for attributes. Attributes that match the name expression are returned.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

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