Share via


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

CustomConnectorContentSource members

Microsoft.Office.Server.Search.Administration namespace