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

The attributes of the parameter.

[Visual Basic]
Protected AttrsImpl As ParameterAttributes
[C#]
protected ParameterAttributes AttrsImpl;
[C++]
protected: ParameterAttributes AttrsImpl;
[JScript]
protected var AttrsImpl : ParameterAttributes;

Remarks

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

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace