PageContent.Tasks Property
Gets the TaskCollection that is associated with the PageContent object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected abstract TaskCollection Tasks { get; }
protected:
property TaskCollection^ Tasks {
virtual TaskCollection^ get() abstract;
}
Protected MustOverride ReadOnly Property Tasks As TaskCollection
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskCollection
An instance of TaskCollection.
See Also
PageContent Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top