MethodDescriptor.ReturnType Property

.NET Framework 4

The return type of this method.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Overridable Property ReturnType As Type 
    Get 
    Set
'Usage
Dim instance As MethodDescriptor 
Dim value As Type 

value = instance.ReturnType

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

Property Value

Type: System.Type
Returns Type.

See Also

Reference

MethodDescriptor Class

Microsoft.AspNet.SignalR.Hubs Namespace