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






In This Topic
    MetaDataOnly Property
    In This Topic
    Indictaes whether the request is for metadata opnly (i.e. using the /metadata suffix)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MetaDataOnly As System.Boolean
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As System.Boolean
     
    value = instance.MetaDataOnly
    public System.bool MetaDataOnly {get;}
    public read-only property MetaDataOnly: System.Boolean; 
    public function get MetaDataOnly : System.boolean
    public: __property System.bool get_MetaDataOnly();
    public:
    property System.bool MetaDataOnly {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also