Share via


ManagementPack.GetConsoleTask(String) Method

Definition

Retrieves the specified console task from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackConsoleTask ^ GetConsoleTask(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackConsoleTask GetConsoleTask (string name);
member this.GetConsoleTask : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackConsoleTask
Public Function GetConsoleTask (name As String) As ManagementPackConsoleTask

Parameters

name
String

The name of the console task.

Returns

The specified console task.

Applies to