Share via


CatalogConnectionSettings.ConnectedWebId property

Gets or sets the ID of the target web that is connected to the catalog.

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

Syntax

'Declaration
Public Property ConnectedWebId As Guid
    Get
    Set
'Usage
Dim instance As CatalogConnectionSettings
Dim value As Guid

value = instance.ConnectedWebId

instance.ConnectedWebId = value
public Guid ConnectedWebId { get; set; }

Property value

Type: System.Guid
The ID of the target web that is connected to this catalog

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace