[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new UserTask object. Namespace: Microsoft.EnterpriseManagement.UserInfo
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim name As String
Dim task As ManagementPackTask

Dim instance As New UserTask(name, task)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		task As ManagementPackTask _
)
C#
public UserTask (
		string name,
		ManagementPackTask task
)
C++
public:
UserTask (
		String^ name, 
		ManagementPackTask^ task
)
J#
public UserTask (
		String name, 
		ManagementPackTask task
)
JScript
public function UserTask (
		name : String, 
		task : ManagementPackTask
)

Parameters

name

The display name of the user task.

task

The contained task of the user task.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also