MonitoringEvent.Category Property
Applies To: Operations Manager for System Center 2012
Gets the category of the event, based on the event publisher and category number.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Category { get; }
public:
property String^ Category {
String^ get();
}
member Category : string with get
Public ReadOnly Property Category As String
Property Value
Type: System.String
Returns a String that contains the category of the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top