Retrieves the default value of the parameter.
[Visual Basic] Overridable Public ReadOnly Property DefaultValue As Object [C#] public object DefaultValue {virtual get;} [C++] public: __property virtual Object* get_DefaultValue(); [JScript] public function get DefaultValue() : Object;
Read-only. The default value of the parameter.
Retrieves the default value of the parameter.
This method utilizes the DefaultValueImpl method.
To get the ParameterInfo array, first get the Type. From the Type, get the ParameterInfo array.
ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace