DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / WorkItemWebClient Class / UseFuzzyMatching Property






    UseFuzzyMatching Property (WorkItemWebClient)
    Controls whether to include fuzzymatching=true in the request
    Syntax
    'Declaration
     
    
    Public Property UseFuzzyMatching As System.Boolean
     
    'Usage
     
    
    Dim instance As WorkItemWebClient
    Dim value As System.Boolean
     
    instance.UseFuzzyMatching = value
     
    value = instance.UseFuzzyMatching
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also