Click or drag to resize

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; }

Property Value

Type: Int32
The connection timeout.

Implements

ISettingsConnectionTimeout
See Also