Partager via


ManagementPackComponentReference.Parent Property

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

Gets or sets a parent value in the attribute object template.

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

Usage

'Usage
Dim instance As ManagementPackComponentReference
Dim value As ManagementPackElementReference(Of ManagementPackElement)

value = instance.Parent

instance.Parent = value

Syntax

'Declaration
Public Property Parent As ManagementPackElementReference(Of ManagementPackElement)
public ManagementPackElementReference<ManagementPackElement> Parent { get; set; }
public:
property ManagementPackElementReference<ManagementPackElement^>^ Parent {
    ManagementPackElementReference<ManagementPackElement^>^ get ();
    void set (ManagementPackElementReference<ManagementPackElement^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackElement> get_Parent ()

/** @property */
public void set_Parent (ManagementPackElementReference<ManagementPackElement> value)
public function get Parent () : ManagementPackElementReference<ManagementPackElement>

public function set Parent (value : ManagementPackElementReference<ManagementPackElement>)

Property Value

The parent value.

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

ManagementPackComponentReference Class
ManagementPackComponentReference Members
Microsoft.EnterpriseManagement.Configuration Namespace