Share via


CatalogConnectionSettings.ConnectedWebServerRelativeUrl property

Gets or sets the server-relative URL of the SPWeb object that is connected to the publishing catalog.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property ConnectedWebServerRelativeUrl As String
    Get
    Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As String

value = instance.ConnectedWebServerRelativeUrl

instance.ConnectedWebServerRelativeUrl = value
public string ConnectedWebServerRelativeUrl { get; set; }

Property value

Type: System.String
The server-relative URL of the SPWeb object that is connected to the publishing catalog.

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace