SearchServiceApplication.ExtendedConnectorProperties Property
Gets a ExtendedConnectorPropertyCollection of the FAST Search Content Search Service Application connector, which provides custom content to the FAST Search Service.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ExtendedConnectorProperties As ExtendedConnectorPropertyCollection
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As ExtendedConnectorPropertyCollection
value = instance.ExtendedConnectorProperties
public ExtendedConnectorPropertyCollection ExtendedConnectorProperties { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ExtendedConnectorPropertyCollection
A ExtendedConnectorPropertyCollection of the FAST Search Content Search Service Application connector.
See Also
Reference
SearchServiceApplication Class