Partager via


ManagementPackBehaviorImplementationUnitProperty.Component 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 component value in the field class empty constructor template.

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

Usage

'Usage
Dim instance As ManagementPackBehaviorImplementationUnitProperty
Dim value As ManagementPackComponentTypeReference

value = instance.Component

instance.Component = value

Syntax

'Declaration
Public Property Component As ManagementPackComponentTypeReference
public ManagementPackComponentTypeReference Component { get; set; }
public:
property ManagementPackComponentTypeReference^ Component {
    ManagementPackComponentTypeReference^ get ();
    void set (ManagementPackComponentTypeReference^ value);
}
/** @property */
public ManagementPackComponentTypeReference get_Component ()

/** @property */
public void set_Component (ManagementPackComponentTypeReference value)
public function get Component () : ManagementPackComponentTypeReference

public function set Component (value : ManagementPackComponentTypeReference)

Property Value

The component 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

ManagementPackBehaviorImplementationUnitProperty Class
ManagementPackBehaviorImplementationUnitProperty Members
Microsoft.EnterpriseManagement.Configuration Namespace