Share via


ManagementPackProperty.EnumType Property

Definition

Gets or sets an enumeration value that is the parent of all valid values for this property.

Valid only for enumeration properties.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ EnumType { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> EnumType { get; set; }
member this.EnumType : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> with get, set
Public Property EnumType As ManagementPackElementReference(Of ManagementPackEnumeration)

Property Value

An enumeration value in the attribute value type template.

Applies to