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

Usage

Visual Basic
Dim name As String
Dim view As ManagementPackView
Dim objectId As Guid

Dim instance As New UserView(name, view, objectId)

Syntax

Visual Basic
Public Sub New ( _
		name As String, _
		view As ManagementPackView, _
		objectId As Guid _
)
C#
public UserView (
		string name,
		ManagementPackView view,
		Guid objectId
)
C++
public:
UserView (
		String^ name, 
		ManagementPackView^ view, 
		Guid objectId
)
J#
public UserView (
		String name, 
		ManagementPackView view, 
		Guid objectId
)
JScript
public function UserView (
		name : String, 
		view : ManagementPackView, 
		objectId : Guid
)

Parameters

name

The display name of the user view.

view

The contained view of the user view.

objectId

The referenced instance of the user view.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also