IHubProxy::Item Property

.NET Framework 4.5

Gets or sets state on the hub.

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

property JToken^ default[String^ name] {
	JToken^ get (String^ name);
	void set (String^ name, JToken^ value);
}

Parameters

name
Type: System::String

Property Value

Type: JToken
The value of the field.
Show: