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

Usage

Visual Basic
Dim property As ManagementPackProperty

Dim instance As New PropertyPathElement(property)

Syntax

Visual Basic
Public Sub New ( _
		property As ManagementPackProperty _
)
C#
public PropertyPathElement (
		ManagementPackProperty property
)
C++
public:
PropertyPathElement (
		ManagementPackProperty^ property
)
J#
public PropertyPathElement (
		ManagementPackProperty property
)
JScript
public function PropertyPathElement (
		property : ManagementPackProperty
)

Parameters

property

The property.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also