Compartilhar via


PropertyPathElement.Property Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the property.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As PropertyPathElement
Dim value As ManagementPackSubElementReference(Of ManagementPackClass, ManagementPackProperty)

value = instance.Property

instance.Property = value

Syntax

'Declaration
Public Property Property As ManagementPackSubElementReference(Of ManagementPackClass, ManagementPackProperty)
public ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> Property { get; set; }
public:
property ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ Property {
    ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ get ();
    void set (ManagementPackSubElementReference<ManagementPackClass^, ManagementPackProperty^>^ value);
}
/** @property */
public ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> get_Property ()

/** @property */
public void set_Property (ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty> value)
public function get Property () : ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty>

public function set Property (value : ManagementPackSubElementReference<ManagementPackClass,ManagementPackProperty>)

Property Value

Returns ManagementPackSubElementReference.

The property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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