HubResponse::Id Property

.NET Framework 4.5

The id of the operation.

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

[JsonPropertyAttribute(L"I")]
public:
property String^ Id {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.
Show: