Share via


PropagationTask.Sender Property

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.

See Also

Reference

PropagationTask Class

PropagationTask Members

Microsoft.Office.Server.Search.Administration Namespace