Share via


ManagementPackRelationship.Source Property

Definition

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

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

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackClass object.

The source class.

Applies to