ParameterDescriptor.DefaultValue Property

Gets the default value of the parameter.

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

abstract DefaultValue : Object 
override DefaultValue : Object

Property Value

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

This property always returns a null reference (Nothing in Visual Basic).

Show: