Share via


ContentEnrichmentConfiguration.Endpoint property

Gets or sets the URL to the external web service.

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

Syntax

'Declaration
Public Property Endpoint As String
    Get
    Set
'Usage
Dim instance As ContentEnrichmentConfiguration
Dim value As String

value = instance.Endpoint

instance.Endpoint = value
public string Endpoint { get; set; }

Property value

Type: System.String

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

Microsoft.Office.Server.Search.Administration.ContentProcessing namespace