Share via


MonitoringEvent.CategoryId Property

 

Applies To: Operations Manager for System Center 2012

Gets the category identifier for the event.

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

Syntax

public Nullable<int> CategoryId { get; }
public:
property Nullable<int> CategoryId {
    Nullable<int> get();
}
member CategoryId : Nullable<int> with get
Public ReadOnly Property CategoryId As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Returns a Int32 category identifier for the event.

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top