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

Retrieves the signature position for the parameter.

[Visual Basic]
Overridable Public ReadOnly Property Position As Integer
[C#]
public int Position {virtual get;}
[C++]
public: __property virtual int get_Position();
[JScript]
public function get Position() : int;

Property Value

Read-only. Retrieves the position this parameter occupies in the parameter list.

Remarks

This method utilizes the PositionImpl method.

To get the ParameterInfo array, first get the method. From the method, get the Type. From the Type, get the ParameterInfo array.

See Also

ParameterInfo Class | ParameterInfo Members | System.Reflection Namespace | Name