Share via


SmartTagProperties.Add Method

Access Developer Reference

Adds a custom property to a smart tag.

Syntax

expression.Add(Name, Value)

expression   A variable that represents a SmartTagProperties object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name to be used for the custom property.
Value Required Variant The value of the custom property.

Return Value
SmartTagProperty