property Name | |
Syntax: | object.Name = String |
Description: | The Name field specifies which attribute name to search for and return all items containing that attribute. Example: Dim oTrkAttributeAgent As Object Dim oTrkAttributes As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttributeAgent.Name = "COLOR" oTrkAttributeAgent.Execute oTrkAttributes |