PropertyPathElement Constructor
[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
'Usage
Dim property As ManagementPackProperty
Dim instance As New PropertyPathElement(property)
Syntax
'Declaration
Public Sub New ( _
property As ManagementPackProperty _
)
public PropertyPathElement (
ManagementPackProperty property
)
public:
PropertyPathElement (
ManagementPackProperty^ property
)
public PropertyPathElement (
ManagementPackProperty property
)
public function PropertyPathElement (
property : ManagementPackProperty
)
Parameters
- property
The property.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
PropertyPathElement Class
PropertyPathElement Members
Microsoft.EnterpriseManagement.Common Namespace