Response Error Property Bluefin Web Client API Documentation
Gets boolean value of response variable error.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public ReadOnly Property Error As Boolean 
	Get
Remarks

Not set value is considered false. Response variable values "1" or "true" result this property to be true. Response variable values "0" or "false" result this property to be false.
See Also