MonitoringAlert.Category Property

 

Applies To: Operations Manager for System Center 2012

Gets the category of the alert.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public ManagementPackCategoryType Category { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property ManagementPackCategoryType Category {
    ManagementPackCategoryType get();
    internal: void set(ManagementPackCategoryType value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Category : ManagementPackCategoryType with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property Category As ManagementPackCategoryType
    Get
    Friend Set
End Property

Property Value

Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackCategoryType

Returns a ManagementPackCategoryType enumeration value that defines the category of the alert.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top