Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpParameterDescriptor::DefaultValue Property

 

Gets the default value of the parameter.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

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

Property Value

Type: System::Object^

The default value of the parameter.

Return to top
Show: