DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / Level Property






In This Topic
    Level Property (WadoEventArgs)
    In This Topic
    The level of the query
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Level As QueryLevel
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As QueryLevel
     
    value = instance.Level
    public QueryLevel Level {get;}
    public read-only property Level: QueryLevel; 
    public function get Level : QueryLevel
    public: __property QueryLevel get_Level();
    public:
    property QueryLevel Level {
       QueryLevel get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also