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.DefaultValueImpl

The default value of the parameter.

[Visual Basic]
Protected DefaultValueImpl As Object
[C#]
protected object DefaultValueImpl;
[C++]
protected: Object* DefaultValueImpl;
[JScript]
protected var DefaultValueImpl : Object;

Remarks

A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The default value of the parameter can be accessed through DefaultValue.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace