ParameterDescriptor.ParameterType Property

Gets the type of the parameter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

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

value = instance.ParameterType

Property Value

Type: System.Type
The type of the parameter.
Show: