Share via


ManagementPackDiagnostic.Category Property

Definition

Gets or sets the category that this diagnostic object is in. The category of the diagnostic object should be the same as the category of the monitor that the diagnostic object is targeting.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackCategoryType Category { Microsoft::EnterpriseManagement::Configuration::ManagementPackCategoryType get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackCategoryType value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackCategoryType Category { get; set; }
member this.Category : Microsoft.EnterpriseManagement.Configuration.ManagementPackCategoryType with get, set
Public Property Category As ManagementPackCategoryType

Property Value

A ManagementPackCategoryType value.

The category.

Applies to