property Region | |
Syntax: | object.Region = String |
Description: | The Region field specifies which region to search for attributes. Example: Dim oTrkAttributeAgent As Object Dim oTrkAttributes As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttributeAgent.Region = "A_TP1" oTrkAttributeAgent.Execute oTrkAttributes |