ContentSource.Type property

Gets the type of content source.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Type As ContentSourceType
    Get
'Usage
Dim instance As ContentSource
Dim value As ContentSourceType

value = instance.Type
public abstract ContentSourceType Type { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ContentSourceType
The content source type.

See also

Reference

ContentSource class

ContentSource members

Microsoft.Office.Server.Search.Administration namespace