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
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace