ISchemaSyncLogStoppingError Property
|
Gets/sets a true/false value indicating whether an exception occured during
the
schema sync.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool StoppingError { get; set; }
Property StoppingError As Boolean
Get
Set
property bool StoppingError {
bool get ();
void set (bool value);
}
abstract StoppingError : bool with get, set
Property Value
Type:
BooleanSee Also