ParameterDescriptor::DefaultValue Property

Gets the default value of the parameter.

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

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

Property Value

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

This property always returns nullptr.

Show: