ModulePage.Tasks Property

Definition

Gets the list of tasks for the page.

protected:
 virtual property Microsoft::Web::Management::Client::TaskListCollection ^ Tasks { Microsoft::Web::Management::Client::TaskListCollection ^ get(); };
protected virtual Microsoft.Web.Management.Client.TaskListCollection Tasks { get; }
member this.Tasks : Microsoft.Web.Management.Client.TaskListCollection
Protected Overridable ReadOnly Property Tasks As TaskListCollection

Property Value

The TaskListCollection object that contains tasks for the page.

Implements

Applies to