HttpParameterDescriptor.ParameterType Property

 

Gets the type of the parameter.

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

Syntax

public abstract Type ParameterType { get; }
public:
property Type^ ParameterType {
    virtual Type^ get() abstract;
}
abstract ParameterType : Type with get
Public MustOverride ReadOnly Property ParameterType As Type

Property Value

Type: System.Type

The type of the parameter.

See Also

HttpParameterDescriptor Class
System.Web.Http.Controllers Namespace

Return to top