Share via


DesignerDocument.domain Property

SharePoint Designer Developer Reference

Returns a String that represents the name of the server on which the specified document is located or the Web address with which it is associated.

Syntax

expression.domain

expression   Required. A variable that represents a DesignerDocument object.

Remarks

The Object Browser in the Visual Basic Editor shows the domain property as read/write, but if you try to set the property, you receive an error. If the domain property returns an empty String, this generally means the page is part of a disk-based Web site or has not been published to a server.

See Also