Initializes a new ManagementPackElement object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim mp As ManagementPack
Dim identifier As String
Dim guidId As Guid

Dim instance As New ManagementPackElement(mp, identifier, guidId)

Syntax

Visual Basic
Protected Friend Sub New ( _
		mp As ManagementPack, _
		identifier As String, _
		guidId As Guid _
)
C#
protected internal ManagementPackElement (
		ManagementPack mp,
		string identifier,
		Guid guidId
)
C++
protected public:
ManagementPackElement (
		ManagementPack^ mp, 
		String^ identifier, 
		Guid guidId
)
J#
protected ManagementPackElement (
		ManagementPack mp, 
		String identifier, 
		Guid guidId
)
JScript
protected internal function ManagementPackElement (
		mp : ManagementPack, 
		identifier : String, 
		guidId : Guid
)

Parameters

mp

The Management Pack that this element type is in.

identifier

A string identifier for this Management Pack element.

guidId

The globally unique identifier (GUID) for this element.

Platforms

Development Platforms

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

Target Platforms

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

See Also