ManagementPackRelationship.Base 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 base relationship type this relationship inherits from. Every relationship type except the System.Reference
type must declare a base relationship type. Only one level of inheritance from the three base relationship types (hosting, containment, and reference) is allowed.
public:
property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ Base { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationship ^> ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Base")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> Base { get; set; }
member this.Base : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship> with get, set
Public Property Base As ManagementPackElementReference(Of ManagementPackRelationship)
Property Value
A ManagementPackElementReference<T> reference to a ManagementPackRelationship object.
The base relationship type.
- Attributes