Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpActionDescriptor::ReturnType Property

 

Gets the return type of the descriptor.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

public:
property Type^ ReturnType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The return type of the descriptor.

Return to top
Show: