IModulePage.Tasks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of the tasks for the page.
public:
property Microsoft::Web::Management::Client::TaskListCollection ^ Tasks { Microsoft::Web::Management::Client::TaskListCollection ^ get(); };
public Microsoft.Web.Management.Client.TaskListCollection Tasks { get; }
member this.Tasks : Microsoft.Web.Management.Client.TaskListCollection
Public ReadOnly Property Tasks As TaskListCollection
Property Value
The TaskListCollection object that contains tasks for the page.
Remarks
Implementers should return a TaskListCollection object that contains a list of tasks for the IModulePage interface.