Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.