DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / InfoMessageArgs Class / Level Property



    Level Property (InfoMessageArgs)
    Level indicating the importance of the message
    Syntax
    'Declaration
     
    Public ReadOnly Property Level As Integer
     
    'Usage
     
    Dim instance As InfoMessageArgs
    Dim value As Integer
     
    value = instance.Level
    Remarks

    Enumerated values as follows:

    0 - Fatal Error

    1 - Protocol Error

    2 - Warning

    3 - Information

    4 - Debugging trace

    Will be put into DicomObjects.Enums in the near future.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also