PipelineCollection.Item Property
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Content
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
term As String _
) As Pipeline
Get
'Usage
Dim instance As PipelineCollection
Dim term As String
Dim value As Pipeline
value = instance(term)
Pipeline this[
string term
] { get; }
Parameters
term
Type: System.StringThe name of the pipeline to retrieve.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Content.Pipeline
A Pipeline representing the retrieved pipeline, or [null] if no such pipeline exists.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace