Share via


ManagementPackRelationshipProperty Constructor

Initializes a new ManagementPackRelationshipProperty object.

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

Usage

'Usage
Dim element As ManagementPackElement
Dim identifier As String

Dim instance As New ManagementPackRelationshipProperty(element, identifier)

Syntax

'Declaration
Public Sub New ( _
    element As ManagementPackElement, _
    identifier As String _
)
public ManagementPackRelationshipProperty (
    ManagementPackElement element,
    string identifier
)
public:
ManagementPackRelationshipProperty (
    ManagementPackElement^ element, 
    String^ identifier
)
public ManagementPackRelationshipProperty (
    ManagementPackElement element, 
    String identifier
)
public function ManagementPackRelationshipProperty (
    element : ManagementPackElement, 
    identifier : String
)

Parameters

  • element
    The Management Pack element that defines this type.
  • identifier
    A string identifier for this Management Pack 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

ManagementPackRelationshipProperty Class
ManagementPackRelationshipProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.