Share via


CustomMonitoringEvent.LevelId Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

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

Usage

'Usage
Dim instance As CustomMonitoringEvent
Dim value As Integer

value = instance.LevelId

instance.LevelId = value

Syntax

'Declaration
<DataMemberAttribute(IsRequired:=True)> _
Public Property LevelId As Integer
[DataMemberAttribute(IsRequired=true)] 
public int LevelId { get; set; }
[DataMemberAttribute(IsRequired=true)] 
public:
property int LevelId {
    int get ();
    void set (int value);
}
/** @property */
public int get_LevelId ()

/** @property */
public void set_LevelId (int value)
public function get LevelId () : int

public function set LevelId (value : int)

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

CustomMonitoringEvent Class
CustomMonitoringEvent Members
Microsoft.EnterpriseManagement.Monitoring Namespace