Share via


IModulePage.Tasks Property

Definition

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.

Applies to

See also