Click or drag to resize

LiveIntegrationAddInNumberFormatCulture Property

Number format culture

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Number format culture")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(50)]
public string NumberFormatCulture { get; set; }

Property Value

Type: String
The number format culture.

Implements

ISettingsNumberFormatCulture
See Also