property RefID | |
Syntax: | object.RefID = String |
Description: | The RefID property allows the user to specify what reference id to search for. Example: Dim oTrkAttributeAgent As Object Dim oTrkAttributes As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttributeAgent.RefId = "R1" oTrkAttributeAgent.Execute oTrkAttributes |