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






In This Topic
    Level Property (LogEventArgs)
    In This Topic
    The level of the event being logged
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Level As System.Integer
    'Usage
     
    
    Dim instance As LogEventArgs
    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
    See DicomGlobal.LogToFile for the meaning of this level
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also