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

The name of the parameter.

[Visual Basic]
Protected NameImpl As String
[C#]
protected string NameImpl;
[C++]
protected: String* NameImpl;
[JScript]
protected var NameImpl : String;

Remarks

A protected parameter and is intended for users subclassing ParameterInfo. This method is inaccessible due to its protection level. The name of the parameter can be accessed through the Name property or through a subclass of ParameterInfo.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace