ReflectedParameterDescriptor.DefaultValue Property

Gets the default value of the reflected parameter.

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

override function get DefaultValue () : Object

Property Value

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