CustomConnectorContentSource.Type Property
Gets ContentSourceType.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Type As ContentSourceType
Get
'Usage
Dim instance As CustomConnectorContentSource
Dim value As ContentSourceType
value = instance.Type
public override ContentSourceType Type { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ContentSourceType
One of the enumeration values that indicates the ContentSource is external data.
Remarks
This property always returns CustomRepository.
See Also
Reference
CustomConnectorContentSource Class