| LiveIntegrationAddInShopId Property |
Gets or sets ShopId
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Shop")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "NewGUI=true;none=false")]
[AddInParameterGroupAttribute("A) General")]
[AddInParameterOrderAttribute(40)]
public string ShopId { get; set; }
<AddInParameterAttribute("Shop")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "NewGUI=true;none=false")>
<AddInParameterGroupAttribute("A) General")>
<AddInParameterOrderAttribute(40)>
Public Property ShopId As String
Get
Set
Property Value
Type:
StringThe shop identifier.
Implements
ISettingsShopIdSee Also