DesignerDocument.URL Property

SharePoint Designer Developer Reference

Returns a String that represents the Uniform Resource Locator (URL) for the document.

Syntax

expression.URL

expression   Required. A variable that represents a DesignerDocument object.

Remarks

The Microsoft Visual Basic Object Browser specifies the URL property as read/write. However, setting this property raises a run-time error.

See Also