| LiveIntegrationAddInConnectionTimeout Property |
Gets or sets the ERP connection timeout in seconds.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Connection timeout (seconds)")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "NewGUI=true;none=false")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(30)]
public int ConnectionTimeout { get; set; }
<AddInParameterAttribute("Connection timeout (seconds)")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "NewGUI=true;none=false")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(30)>
Public Property ConnectionTimeout As Integer
Get
Set
Property Value
Type:
Int32The connection timeout.
Implements
ISettingsConnectionTimeoutSee Also