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






In This Topic
    QueryStrings Property
    In This Topic
    The query parameters passed in the request
    Syntax
    'Declaration
     
    
    Public ReadOnly Property QueryStrings As System.Collections.Generic.List(Of KeyValuePair(Of String,String))
    'Usage
     
    
    Dim instance As QidoEventArgs
    Dim value As System.Collections.Generic.List(Of KeyValuePair(Of String,String))
     
    value = instance.QueryStrings
    public System.Collections.Generic.List<KeyValuePair<string,string>> QueryStrings {get;}
    public read-only property QueryStrings: System.Collections.Generic.List; 
    public function get QueryStrings : System.Collections.Generic.List
    public: __property System.Collections.Generic.List<KeyValuePair<string*,string*>>* get_QueryStrings();
    public:
    property System.Collections.Generic.List<KeyValuePair<String^,String^>>^ QueryStrings {
       System.Collections.Generic.List<KeyValuePair<String^,String^>>^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also