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!

ParamArray.GetCount

Returns the count of arguments in the array.

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

Return Value

To be supplied

Remarks

To be supplied

See Also

ParamArray Structure | ParamArray Members | System Namespace