IReplicationLogCancelledByUser Property
|
Gets/sets if the replication was canceled.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxbool CancelledByUser { get; set; }
Property CancelledByUser As Boolean
Get
Set
property bool CancelledByUser {
bool get ();
void set (bool value);
}
abstract CancelledByUser : bool with get, set
Property Value
Type:
Boolean
See Also