Tags Collection

Returns a set of arbitrary extra information associated with a Choice or ChoiceFilter.

Syntax

Tags

Remarks

Initially, all possible tags in the Tags collection are in a no-value state. To add or remove a tag from a collection, call the AddTag, DeleteTag, or DeleteTags method on the parent object.

Each tag within a collection has a name and a value. The collection is indexed on name, so the tag named "foo" can be accessed from Visual Basic with the expression Tags("foo"). You can only set values for named tags that have been added to the collection with the AddTag method.

Properties Methods
Count
Item
Name