MonitoringAlert.Category 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.
The category of the alert.
public:
property Microsoft::EnterpriseManagement::Configuration::ManagementPackCategoryType Category { Microsoft::EnterpriseManagement::Configuration::ManagementPackCategoryType get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackCategoryType Category { get; }
member this.Category : Microsoft.EnterpriseManagement.Configuration.ManagementPackCategoryType
Public ReadOnly Property Category As ManagementPackCategoryType
Property Value
Returns a ManagementPackCategoryType enumeration value that defines the category of the alert.
- Attributes