ManagementPackClassProperty.EnumType Property

Definition

Gets or sets an enumeration value in the attribute value type template.

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

The enumeration type.

Applies to