PropagationTask.Type Property
Get the propagation task type.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Type As PropagationTaskType
Get
'Usage
Dim instance As PropagationTask
Dim value As PropagationTaskType
value = instance.Type
public abstract PropagationTaskType Type { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.PropagationTaskType
A value from the PropagationTaskType enumeration.