CustomConnector.Protocol property

Gets the protocol, which identifies the protocol handler that works with the external content source.

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

Syntax

'Declaration
Public ReadOnly Property Protocol As String
    Get
'Usage
Dim instance As CustomConnector
Dim value As String

value = instance.Protocol
public string Protocol { get; }

Property value

Type: System.String
The protocol, which identifies the protocol handler that works with the external content source.

See also

Reference

CustomConnector class

CustomConnector members

Microsoft.Office.Server.Search.Administration namespace