ParameterDescriptor.ActionDescriptor Property

Gets the action descriptor.

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

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

value = instance.ActionDescriptor

Property Value

Type: System.Web.Mvc.ActionDescriptor
The action descriptor.
Show: