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