Share via


CatalogConnectionSettings.CatalogDescription property

Gets or sets the description of the publishing catalog.

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

Syntax

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

value = instance.CatalogDescription

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

Property value

Type: System.String
The description of the publishing catalog.

See also

Reference

CatalogConnectionSettings class

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace