| LiveIntegrationAddInLogConnectionErrors Property |
Gets or sets if to log connection errors
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Log connection errors")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("F) Logs")]
[AddInParameterOrderAttribute(350)]
public bool LogConnectionErrors { get; set; }
<AddInParameterAttribute("Log connection errors")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("F) Logs")>
<AddInParameterOrderAttribute(350)>
Public Property LogConnectionErrors As Boolean
Get
Set
Property Value
Type:
Booleantrue if [log connection errors]; otherwise,
false.
Implements
ISettingsLogConnectionErrorsSee Also