Module.Tasks Property

Definition

When overridden in a derived class, gets the task list for the module.

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

Property Value

The TaskListCollection for the module. When not overridden, returns null.

Remarks

The default implementation of this property returns null.

Applies to