Class: target.AddOn
Package: target
Add a custom property to target.AddOn
object
myAddOn
.addProperty(propertyName, propertyType)
adds the property myAddOn
.addProperty(propertyName
, propertyType
)propertyName
of type propertyType
to the object myAddOn
.
target.AddOn
ObjectFor workflow examples that use this method, see Examples.