MethodDescriptor::ReturnType Property

.NET Framework 4.5

The return type of this method.

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

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

Property Value

Type: System::Type
Returns Type.
Show: