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!

ReturnMessage.OutArgCount

The number of out arguments.

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

Property Value

The number of out arguments.

See Also

ReturnMessage Class | ReturnMessage Members | System.Runtime.Remoting Namespace