UserTask(String, ManagementPackTask) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.