Share via


ManagementPackDataType.Base Property

Definition

Gets or sets the base data type that this data type is derived from. The base data type can be defined in the same management pack or a referenced management pack.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ Base { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackDataType ^> ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Base")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType> Base { get; set; }
member this.Base : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackDataType> with get, set
Public Property Base As ManagementPackElementReference(Of ManagementPackDataType)

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackDataType object.

Attributes

Applies to