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

In This Topic
    QueryStrings Property (WadoEventArgs)
    In This Topic
    Query parameters associated with the WADO RetrieveThumbnail request.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property QueryStrings As System.Collections.Generic.List(Of KeyValuePair(Of String,String))
    public System.Collections.Generic.List<KeyValuePair<string,string>> QueryStrings {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also