Share via


CatalogConnectionSettings.CatalogUrl property

Gets or sets the absolute URL path to the publishing catalog.

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

Syntax

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

value = instance.CatalogUrl

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

Property value

Type: System.String
The absolute URL path.

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace