ReflectedHttpParameterDescriptor.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 Overrides ReadOnly Property ParameterType As Type
    Get
'Usage
Dim instance As ReflectedHttpParameterDescriptor
Dim value As Type

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

Property Value

Type: System.Type
The type of the parameter.

See Also

Reference

ReflectedHttpParameterDescriptor Class

System.Web.Http.Controllers Namespace