ParameterDescriptor.DefaultValue Property

Gets the default value of the parameter.

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

'Declaration
Public Overridable ReadOnly Property DefaultValue As Object 
	Get
'Usage
Dim instance As ParameterDescriptor 
Dim value As Object 

value = instance.DefaultValue

Property Value

Type: System.Object
The default value of the parameter.

This property always returns Nothing.

Show: