Share via


HubResult.Id Property

.NET Framework 4

The callback identifier

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

Syntax

'Declaration
<JsonPropertyAttribute("I")> _
Public Property Id As String 
    Get 
    Set
'Usage
Dim instance As HubResult 
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

HubResult Class

Microsoft.AspNet.SignalR.Client.Hubs Namespace