DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / InfoMessageArgs Class / Level Property






In This Topic
    Level Property (InfoMessageArgs)
    In This Topic
    Level indicating the importance of the message
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Level As System.Integer
    'Usage
     
    
    Dim instance As InfoMessageArgs
    Dim value As System.Integer
     
    value = instance.Level
    public System.int Level {get;}
    public read-only property Level: System.Integer; 
    public function get Level : System.int
    public: __property System.int get_Level();
    public:
    property System.int Level {
       System.int get();
    }
    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.8 or higher

    See Also