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

Usage

Visual Basic
Dim parentElement As ManagementPackType
Dim clone As ManagementPackClassProperty

Dim instance As New ManagementPackProperty(parentElement, clone)

Syntax

Visual Basic
Public Sub New ( _
		parentElement As ManagementPackType, _
		clone As ManagementPackClassProperty _
)
C#
public ManagementPackProperty (
		ManagementPackType parentElement,
		ManagementPackClassProperty clone
)
C++
public:
ManagementPackProperty (
		ManagementPackType^ parentElement, 
		ManagementPackClassProperty^ clone
)
J#
public ManagementPackProperty (
		ManagementPackType parentElement, 
		ManagementPackClassProperty clone
)
JScript
public function ManagementPackProperty (
		parentElement : ManagementPackType, 
		clone : ManagementPackClassProperty
)

Parameters

parentElement

The parent element.

clone

The 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