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

Usage

Visual Basic
Dim name As String
Dim task As ManagementPackConsoleTask

Dim instance As New UserConsoleTask(name, task)

Syntax

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

Parameters

name

The display name of the console task.

task

The contained task of the console 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