Share via


ContentEnrichmentConfiguration.OutputProperties property

Gets or sets the list of properties that the external service outputs. These will overwrite the original value of that property as it is propagated through the Content Processing Component.

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

Syntax

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

value = instance.OutputProperties

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

Property value

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

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

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