.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Public Property ProtocolVersion As String 
    Get 
    Set
'Usage
Dim instance As NegotiationResponse 
Dim value As String 
value = instance.ProtocolVersion
instance.ProtocolVersion = value
public string ProtocolVersion { get; set; }
public:
property String^ ProtocolVersion {
    String^ get ();
    void set (String^ value);
}
member ProtocolVersion : string with get, set
function get ProtocolVersion () : String 
function set ProtocolVersion (value : String)
Property Value
Type: System.String
Returns String.