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 crawl component that sent 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 Sender As CrawlComponent
Get
Friend Set
'Usage
Dim instance As PropagationTask
Dim value As CrawlComponent
value = instance.Sender
public CrawlComponent Sender { get; internal set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlComponent
The crawl component that sent the propagation task.