Share via


ImgElement.name Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the name of an IMG element that can be used to access the element in scripts. Corresponds to the name attribute.

Syntax

expression.name

expression   Required. A variable that represents an ImgElement object.

See Also