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!

ArgIterator.GetNextArgType

This method can be used to determine the type of the next argument. It is important to note that the iterator is not advanced to the next argument when this call is made.

[Visual Basic]
Public Function GetNextArgType() As Integer
[C#]
public int GetNextArgType();
[C++]
public: int GetNextArgType();
[JScript]
public function GetNextArgType() : int;

Return Value

Returns the type of the next argument.

See Also

ArgIterator Structure | ArgIterator Members | System Namespace