id Property

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

A property of the result object that has a unique value which corresponds to a specific execution of the callService method.

Syntax

HTML N/A
Scripting [ resultID = ] result.id

Possible Values

result An instance of the result object, which is created by using the callService method.
ID A unique Integer value that is equal to the value returned by a specific execution of the callService method.

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

Remarks

Use this property with client-side script to determine which invocation of the callService method generated the result object.

Applies To

result, WebService

See Also

Using the WebService Behavior, result, errorDetail