Share via


UserTask(String, ManagementPackTask) Constructor

Definition

Initializes a new UserTask object.

public:
 UserTask(System::String ^ name, Microsoft::EnterpriseManagement::Configuration::ManagementPackTask ^ task);
public UserTask (string name, Microsoft.EnterpriseManagement.Configuration.ManagementPackTask task);
new Microsoft.EnterpriseManagement.UserInfo.UserTask : string * Microsoft.EnterpriseManagement.Configuration.ManagementPackTask -> Microsoft.EnterpriseManagement.UserInfo.UserTask
Public Sub New (name As String, task As ManagementPackTask)

Parameters

name
String

The display name of the user task.

task
ManagementPackTask

The contained task of the user task.

Applies to