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!

ISoapMethodCall.SetFaultValue

[To be supplied.]

[Visual Basic]
Sub SetFaultValue( _
   ByVal faultValue As Object _
)
[C#]
void SetFaultValue(
   object faultValue
);
[C++]
void SetFaultValue(
   Object* faultValue
) = 0;
[JScript]
function SetFaultValue(
   faultValue : Object
);

Parameters

faultValue
[To be supplied.]

See Also

ISoapMethodCall Interface | ISoapMethodCall Members | System.Runtime.Serialization.Formatters Namespace