ReflectedParameterDescriptor::DefaultValue Property

Gets the default value of the reflected parameter.

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

public:
virtual property Object^ DefaultValue {
	Object^ get () override;
}

Property Value

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