LabelElement.outerText Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the text, without any HTML, of a LABEL element.

Syntax

expression.outerText

expression   Required. A variable that represents a LabelElement object.

Remarks

See also the innerHTML, innerText, and outerHTML properties.

See Also