Share via


HubRequest.Id Property

.NET Framework 4

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

Syntax

'Declaration
Public Property Id As String 
    Get 
    Set
'Usage
Dim instance As HubRequest 
Dim value As String 

value = instance.Id

instance.Id = value
public string Id { get; set; }
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

HubRequest Class

Microsoft.AspNet.SignalR.Hubs Namespace