[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 _
)
|
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