Share via


ContentCollection.Description Property

Gets or sets the description of the content collection.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property Description As String
    Get
    Set
'Usage
Dim instance As ContentCollection
Dim value As String

value = instance.Description

instance.Description = value
string Description { get; set; }

Property Value

Type: System.String
The description of the content collection.

See Also

Reference

ContentCollection Interface

ContentCollection Members

Microsoft.SharePoint.Search.Extended.Administration.Content Namespace