HubDescriptor::HubType Property

.NET Framework 4.5

Hub type.

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

public:
virtual property Type^ HubType {
	Type^ get ();
	void set (Type^ value);
}

Property Value

Type: System::Type
Returns Type.
Show: