Share via


HubResponse.Id Property

.NET Framework 4

The id of the operation.

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

Syntax

'Declaration
<JsonPropertyAttribute("I")> _
Public Property Id As String 
    Get 
    Set
'Usage
Dim instance As HubResponse 
Dim value As String 

value = instance.Id

instance.Id = value
[JsonPropertyAttribute("I")]
public string Id { get; set; }
[JsonPropertyAttribute(L"I")]
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
[<JsonPropertyAttribute("I")>]
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

HubResponse Class

Microsoft.AspNet.SignalR.Hubs Namespace