ITrkAttributeAgent.ItemID (write-only property)

property ItemID
Syntax: object.ItemID = String
Description:
The ItemID is the field to search for the attributes of a specific item id.


Example:
Dim oTrkAttributeAgent As Object
Dim oTrkAttributes As Object

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