property Value | |
Syntax: | object.Value = VARIANT |
Description: | The Value field specifies which attribute value 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.Value = "RED" oTrkAttributeAgent.Execute oTrkAttributes |