.NET Framework 4
Gets the query string specified in the constructor.
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property QueryString As String 
    Get 
    Private Set
'Usage
Dim instance As Connection 
Dim value As String 
value = instance.QueryString
public string QueryString { get; private set; }
public:
virtual property String^ QueryString {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract QueryString : string with get, private set 
override QueryString : string with get, private set
final function get QueryString () : String 
private final function set QueryString (value : String)
Property Value
Type: System.String
Returns String.