Propagation.Tasks Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Tasks As ReadOnlyCollection(Of PropagationTask)
Get
'Usage
Dim instance As Propagation
Dim value As ReadOnlyCollection(Of PropagationTask)
value = instance.Tasks
public ReadOnlyCollection<PropagationTask> Tasks { get; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<PropagationTask>