Propagation.Status Property

Gets global status information for the propagation system.

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

Syntax

'Declaration
Public ReadOnly Property Status As PropagationStatus
    Get
'Usage
Dim instance As Propagation
Dim value As PropagationStatus

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

Property Value

Type: Microsoft.Office.Server.Search.Administration.PropagationStatus
A value from the PropagationStatus enumeration indicating global status of the propagation system.

See Also

Reference

Propagation Class

Propagation Members

Microsoft.Office.Server.Search.Administration Namespace