Share via


CustomConnector.DisplayName Property

Gets the display name of the custom connector.

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

Syntax

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

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

Property Value

Type: System.String
The display name of the custom connector.

See Also

Reference

CustomConnector Class

CustomConnector Members

Microsoft.Office.Server.Search.Administration Namespace