[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new ManagementPackRelationshipProperty object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim parentClass As ManagementPackRelationship
Dim clone As ManagementPackProperty

Dim instance As New ManagementPackRelationshipProperty(parentClass, clone)

Syntax

Visual Basic
Public Sub New ( _
		parentClass As ManagementPackRelationship, _
		clone As ManagementPackProperty _
)
C#
public ManagementPackRelationshipProperty (
		ManagementPackRelationship parentClass,
		ManagementPackProperty clone
)
C++
public:
ManagementPackRelationshipProperty (
		ManagementPackRelationship^ parentClass, 
		ManagementPackProperty^ clone
)
J#
public ManagementPackRelationshipProperty (
		ManagementPackRelationship parentClass, 
		ManagementPackProperty clone
)
JScript
public function ManagementPackRelationshipProperty (
		parentClass : ManagementPackRelationship, 
		clone : ManagementPackProperty
)

Parameters

parentClass

The parent class.

clone

The management pack element to clone.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also