ManagementPackElement Constructor (ManagementPack, String)

Creates a new ManagementPackElement object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim mp As ManagementPack
Dim identifier As String

Dim instance As New ManagementPackElement(mp, identifier)

Syntax

'Declaration
Protected Sub New ( _
    mp As ManagementPack, _
    identifier As String _
)
protected ManagementPackElement (
    ManagementPack mp,
    string identifier
)
protected:
ManagementPackElement (
    ManagementPack^ mp, 
    String^ identifier
)
protected ManagementPackElement (
    ManagementPack mp, 
    String identifier
)
protected function ManagementPackElement (
    mp : ManagementPack, 
    identifier : String
)

Parameters

  • identifier
    A string identifier for this ManagementPack element type.

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

Reference

ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.