ITrkAttributeAgent.Project (write-only property)

property Project
Syntax: object.Project = String
Description:
The Project field specifies which Project to search for attributes. The project name will specify where any defined regions reside.
Multiple project names can be entered by comma separated list.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

Set oTrkAttributeAgent = CreateObject("Tracker.TrkAttributeAgent")
oTrkAttributeAgent.Project = "PROJ1, PROJ2"
oTrkAttributeAgent.Region = "A_TP1"
oTrkAttributeAgent.Execute oTrkAttributes