Share via


ImgElement.setBotAttribute Method

SharePoint Designer Developer Reference

Sets an attribute for a Web component.

Syntax

expression.setBotAttribute(strAttributeName, AttributeValue)

expression   Required. A variable that represents an ImgElement object.

Parameters

Name Required/Optional Data Type Description
strAttributeName Required String The string that represents the name of the attribute.
AttributeValue Required Variant The value of the attribute specified in the strAttributeName argument.

See Also