Returns true if error occur.
Namespace: CTCT.UtilAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsError { get; set; }
public bool IsError { get; set; }
Public Property IsError As Boolean
Get
Set
Public Property IsError As Boolean
Get
Set
public:
property bool IsError {
bool get ();
void set (bool value);
}
public:
property bool IsError {
bool get ();
void set (bool value);
}
member IsError : bool with get, set
member IsError : bool with get, set