ReflectedHttpActionDescriptor.ReturnType Property

Gets the return type of this method.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ReturnType As Type
    Get
'Usage
Dim instance As ReflectedHttpActionDescriptor
Dim value As Type

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

Property Value

Type: System.Type
The return type of this method.

See Also

Reference

ReflectedHttpActionDescriptor Class

System.Web.Http.Controllers Namespace