Share via


CatalogConnectionSettings.CatalogName property

Gets or sets the name of the publishing catalog.

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

Syntax

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

value = instance.CatalogName

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

Property value

Type: System.String

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace