Share via


CustomMonitoringEvent.LevelId Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the identifier for the level of the event.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public int LevelId { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property int LevelId {
    int get();
    void set(int value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LevelId : int with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property LevelId As Integer

Property Value

Type: System.Int32

Returns a Int32, the identifier for the level of the event.

See Also

CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top