PropertyPathElement Constructor
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