Share via


TemplateRegionElement.name Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the name of a region in a Dynamic Web Template that can be used to access the element in scripts. Corresponds to the name attribute.

Syntax

expression.name

expression   Required. A variable that represents a TemplateRegionElement object.

See Also