Share via


DesignerDocument.mseMode Property

SharePoint Designer Developer Reference

Returns a Boolean that indicates whether the current document is in MSE mode. MSE mode corresponds to the Microsoft Script Editor. If True, the document is open in Microsoft Script Editor.

Syntax

expression.mseMode

expression   Required. A variable that represents a DesignerDocument object.

See Also