Share via


ContentEnrichmentConfiguration.InputProperties property

Gets or sets the list of properties that the external service expects.

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

Syntax

'Declaration
Public Property InputProperties As List(Of String)
    Get
    Set
'Usage
Dim instance As ContentEnrichmentConfiguration
Dim value As List(Of String)

value = instance.InputProperties

instance.InputProperties = value
public List<string> InputProperties { get; set; }

Property value

Type: System.Collections.Generic.List<String>

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

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