EndOfCrawlPropagationTask.Type Property
Gets the propagation task type.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Type As PropagationTaskType
Get
'Usage
Dim instance As EndOfCrawlPropagationTask
Dim value As PropagationTaskType
value = instance.Type
public override PropagationTaskType Type { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.PropagationTaskType
A value from the PropagationTaskType enumeration.
See Also
Reference
EndOfCrawlPropagationTask Class