HubInvocation.Hub Property

.NET Framework 4.5

Namespace:  Microsoft.AspNet.SignalR.Client.Hubs
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
<JsonPropertyAttribute("H")> _
Public Property Hub As String 
    Get 
    Set
'Usage
Dim instance As HubInvocation 
Dim value As String 

value = instance.Hub

instance.Hub = value
[JsonPropertyAttribute("H")]
public string Hub { get; set; }
[JsonPropertyAttribute(L"H")]
public:
property String^ Hub {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute("H")>]
member Hub : string with get, set
function get Hub () : String 
function set Hub (value : String)

Property Value

Type: System.String

See Also

Reference

HubInvocation Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace