Gets boolean value of response variable error.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public ReadOnly Property Error As Boolean
Get
Public ReadOnly Property Error As Boolean
Get
public bool Error { get; }
public bool Error { get; }
public:
property bool Error {
bool get ();
}
public:
property bool Error {
bool get ();
}
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.