HttpActionDescriptor.ReturnType Property

Gets the return type of the descriptor.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ReturnType As Type
    Get
'Usage
Dim instance As HttpActionDescriptor
Dim value As Type

value = instance.ReturnType
public abstract Type ReturnType { get; }
public:
virtual property Type^ ReturnType {
    Type^ get () abstract;
}
abstract ReturnType : Type
abstract function get ReturnType () : Type

Property Value

Type: System.Type
The return type of the descriptor.

See Also

Reference

HttpActionDescriptor Class

System.Web.Http.Controllers Namespace