CatalogConnectionSettings.CatalogSiteUrl property
Gets or sets the absolute URL path of the site that contains the publishing catalog.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property CatalogSiteUrl As String
Get
Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As String
value = instance.CatalogSiteUrl
instance.CatalogSiteUrl = value
public string CatalogSiteUrl { get; set; }
Property value
Type: System.String
The absolute URL path of the site that contains the publishing catalog.
See also
Reference
CatalogConnectionSettings class