ManagementPackRelationship.Target Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.