Share via


ManagementPackRelationship.Target Property

Definition

Gets or sets the target class in the relationship between the source and the target.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipEndpoint ^ Target { Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipEndpoint ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipEndpoint ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint Target { get; set; }
member this.Target : Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint with get, set
Public Property Target As ManagementPackRelationshipEndpoint

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackClass object.

The target class.

Applies to