DetailItem.Tasks Property
An array of tasks to which format specifiers in the display text can be linked.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public TaskCollection Tasks { get; }
public:
property TaskCollection^ Tasks {
TaskCollection^ get();
}
Public ReadOnly Property Tasks As TaskCollection
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskCollection
A TaskCollection of Task objects.
See Also
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top