SmartTagProperty Object [Access 2003 VBA Language Reference]

SmartTagProperties
SmartTagProperty

Represents a single instance of a custom property for a smart tag. The SmartTagProperty object is a member of the SmartTagProperties collection.

Using the SmartTagProperty Object

To return a SmartTagProperty object, use the Item method of the SmartTagProperties collection, or use SmartTagProperties (Index), where Index is the number of the property. To return the information related to a custom property for a smart tag, use the Name and Value properties of the SmartTagProperty object.

Properties | Name Property | Value Property

Methods | Delete Method

Parent Objects

Child Objects

See Also | SmartTag Object | SmartTagAction Object | SmartTagActions Collection | SmartTagProperties Collection | SmartTags Collection