CollectionConstants.WebCluster Property
Gets the webcluster name of 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
Public Shared ReadOnly Property WebCluster As String
Get
'Usage
Dim value As String
value = CollectionConstants.WebCluster
public static string WebCluster { get; }
Property Value
Type: System.String
A [string] representing the pipeline webcluster name.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace