Returns the first item in the Choice object's Tags collection. Read-only.
Syntax
[tag =] object.Tag
Parameters
tag
The first item in the Choice object's Tags collection
Remarks
When a Choice contains only a single tag, this method provides easy access to the Tags collection. You can add a single unnamed tag to a Choice object by specifying the Tag parameter when calling AddChoice.
Applies to Choice object