HubProxy::Item Property

.NET Framework 4.5

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

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

Parameters

name
Type: System::String

Property Value

Type: JToken

Implements

IHubProxy::Item[String]
Show: