Partager via


ManagementPackRelationship.Target 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 target class in the relationship between the source and the target.

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

Usage

'Usage
Dim instance As ManagementPackRelationship
Dim value As ManagementPackRelationshipEndpoint

value = instance.Target

instance.Target = value

Syntax

'Declaration
Public Property Target As ManagementPackRelationshipEndpoint
public ManagementPackRelationshipEndpoint Target { get; set; }
public:
property ManagementPackRelationshipEndpoint^ Target {
    ManagementPackRelationshipEndpoint^ get ();
    void set (ManagementPackRelationshipEndpoint^ value);
}
/** @property */
public ManagementPackRelationshipEndpoint get_Target ()

/** @property */
public void set_Target (ManagementPackRelationshipEndpoint value)
public function get Target () : ManagementPackRelationshipEndpoint

public function set Target (value : ManagementPackRelationshipEndpoint)

Property Value

A ManagementPackElementReference reference to a ManagementPackClass object.

The target class.

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

ManagementPackRelationship Class
ManagementPackRelationship Members
Microsoft.EnterpriseManagement.Configuration Namespace