ManagementPackClass.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 class that this class is derived from.
public:
property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ Base { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Base")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> Base { get; set; }
member this.Base : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> with get, set
Public Property Base As ManagementPackElementReference(Of ManagementPackClass)
Property Value
The class that this class is derived from.
- Attributes
Remarks
Every class except the System.Entity
class must declare a base class.