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.