NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ParameterInfo.DefaultValue

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;

Property Value

Read-only. The default value of the parameter.

Remarks

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.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace