ITrkAttributeAgent.Execute (method)

method Execute
Syntax: object.Execute out
Parameters:
out As ITrkAttributes**ppAttributes -
Description:
Execute method will call the TrkCollector to retrieve items based on criteria entered.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

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