Share via


TemplateRegionElement.getAttribute Method

SharePoint Designer Developer Reference

Returns a Variant that represents the value of the specified attribute.

Syntax

expression.getAttribute(strAttributeName, lFlags)

expression   Required. A variable that represents a TemplateRegionElement object.

Parameters

Name Required/Optional Data Type Description
strAttributeName Required String The name of the attribute.
lFlags Optional Variant The value of the object.

See Also