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!

IMethodReturnMessage.ReturnValue

[To be supplied.]

[Visual Basic]
ReadOnly Property ReturnValue As Object
[C#]
object ReturnValue {get;}
[C++]
Object* get_ReturnValue() = 0;
[JScript]
abstract function get ReturnValue() : Object;

See Also

IMethodReturnMessage Interface | IMethodReturnMessage Members | System.Runtime.Remoting Namespace