ManagementPackElement Constructor (ManagementPack, String, Guid)
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 guidId As Guid
Dim instance As New ManagementPackElement(mp, identifier, guidId)
Syntax
'Declaration
Protected Friend Sub New ( _
mp As ManagementPack, _
identifier As String, _
guidId As Guid _
)
protected internal ManagementPackElement (
ManagementPack mp,
string identifier,
Guid guidId
)
protected public:
ManagementPackElement (
ManagementPack^ mp,
String^ identifier,
Guid guidId
)
protected ManagementPackElement (
ManagementPack mp,
String identifier,
Guid guidId
)
protected internal function ManagementPackElement (
mp : ManagementPack,
identifier : String,
guidId : Guid
)
Parameters
- mp
The ManagementPack element that this element type is in.
- identifier
A string identifier for this ManagementPack element.
- guidId
The 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
Reference
ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace