Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.