Share via


ContentEnrichmentConfiguration.Trigger property

Gets or sets a Trigger which will control what items are actually sent to the external service. An item is only sent when the Trigger predicate evaluates to true.

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

Syntax

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

value = instance.Trigger

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

Property value

Type: System.String

See also

Reference

ContentEnrichmentConfiguration class

ContentEnrichmentConfiguration members

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