DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / QidoEventArgs Class / FuzzyMatching Property






In This Topic
    FuzzyMatching Property
    In This Topic
    Indicates whether fuzzy matching was requested
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FuzzyMatching As System.Boolean
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As System.Boolean
     
    value = instance.FuzzyMatching
    public System.bool FuzzyMatching {get;}
    public read-only property FuzzyMatching: System.Boolean; 
    public function get FuzzyMatching : System.boolean
    public: __property System.bool get_FuzzyMatching();
    public:
    property System.bool FuzzyMatching {
       System.bool get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also