HttpParameterDescriptor.ParameterType Property

Gets the type of the parameter.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ParameterType As Type
    Get
'Usage
Dim instance As HttpParameterDescriptor
Dim value As Type

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

Property Value

Type: System.Type
The type of the parameter.

See Also

Reference

HttpParameterDescriptor Class

System.Web.Http.Controllers Namespace