ManagementPackRelationship.Source 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 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.