ReflectedParameterDescriptor.ParameterInfo Property

Gets or sets the parameter information.

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

'Declaration
Public Property ParameterInfo As ParameterInfo 
	Get 
	Private Set
'Usage
Dim instance As ReflectedParameterDescriptor 
Dim value As ParameterInfo 

value = instance.ParameterInfo

Property Value

Type: System.Reflection.ParameterInfo
The parameter information.
Show: