Share via


CatalogConnectionSettings.CatalogId property

Gets or sets a catalog ID.

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

Syntax

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

value = instance.CatalogId

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

Property value

Type: System.String
The catalog ID.

Remarks

The catalog ID is the GUID of the backend list. If the catalog is a SPList object, then the CatalogId is the ID of the list.

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace