Returns a reference to a Tags Collection, a set of arbitrary information associated with an object. Read-only.
Syntax
[Set oTagsColl =] object.Tags
Parameters
object
DTC object
oTagsColl
The collection of tags associated with this object
Remarks
Use the Tags collection to attach additional data to a DTC object. For example, a Choice object that represents a file might contain the full path name to the file in a string in a tag. Add tags to this collection by calling the AddTag method; remove tags by calling the DeleteTag or DeleteTags method.
If tags are added to a ChoiceFilter object, the filter matches only those Choice objects that contain all the tags in the filter.
Applies to Choice object, ChoiceFilter object