Share via


ManagementPack.GetConsoleTasks Method

Definition

Retrieves all console tasks that are contained in the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackConsoleTask ^> ^ GetConsoleTasks();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackConsoleTask> GetConsoleTasks ();
member this.GetConsoleTasks : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackConsoleTask>
Public Function GetConsoleTasks () As ManagementPackElementCollection(Of ManagementPackConsoleTask)

Returns

A collection of all console tasks in the management pack.

Applies to