value Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

A property of the result object that is created at run time.

Syntax

HTML N/A
Scripting [ resultsValue = ] result.value

Possible Values

result An instance of the result object. This object is created at run time by the WebService behavior after invoking the callService method.
sValue The value returned by a specific invocation of the callService method.

The property is read-only. The property has no default value.

Remarks

The data type of result.value depends on the data type of the returned value of the Web method that was invoked.

Applies To

result, WebService

See Also

WebService Behavior: Supported Data Types, Using the WebService Behavior, result, errorDetail