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

public override Type ReturnType { get; }
public:
property Type^ ReturnType {
    virtual Type^ get() override;
}
override ReturnType : Type with get
Public Overrides ReadOnly Property ReturnType As Type

Property Value

Type: System.Type

The return type of this method.

See Also

ReflectedHttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top