| LiveIntegrationAddInIsLiveIntegrationEnabled Property |
Gets or sets a value that determines if live integration is enabled.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Enable live integration")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(5)]
public bool IsLiveIntegrationEnabled { get; set; }
<AddInParameterAttribute("Enable live integration")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(5)>
Public Property IsLiveIntegrationEnabled As Boolean
Get
Set
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
Implements
ISettingsIsLiveIntegrationEnabledSee Also