PropagationTask.ReceiversNotCompleted Property
Gets the list of query components that have not been completed in the current propagation task.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ReceiversNotCompleted As List(Of QueryComponent)
Get
Friend Set
'Usage
Dim instance As PropagationTask
Dim value As List(Of QueryComponent)
value = instance.ReceiversNotCompleted
public List<QueryComponent> ReceiversNotCompleted { get; internal set; }
Property Value
Type: System.Collections.Generic.List<QueryComponent>
The list of the query components.