Share via


QueryComponent.PropagationStatus Property

Gets the propagation status of the query component.

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

Syntax

'Declaration
Public ReadOnly Property PropagationStatus As QueryComponentPropagationStatus
    Get
'Usage
Dim instance As QueryComponent
Dim value As QueryComponentPropagationStatus

value = instance.PropagationStatus
public QueryComponentPropagationStatus PropagationStatus { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.QueryComponentPropagationStatus
A value from the QueryComponentPropagationStatus enumeration.

See Also

Reference

QueryComponent Class

QueryComponent Members

Microsoft.Office.Server.Search.Administration Namespace