ContentCollection.Pipeline Property
Gets or sets the document processing pipeline used to feed content to 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 Pipeline As Pipeline
Get
Set
'Usage
Dim instance As ContentCollection
Dim value As Pipeline
value = instance.Pipeline
instance.Pipeline = value
Pipeline Pipeline { get; set; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Content.Pipeline
A Pipeline representing the pipeline associated with the content collection.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace