| FrequentlyBoughtItemsCustomerName Property |
Namespace:
Dynamicweb.Ecommerce.Statistics
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [AddInParameterAttribute("Customer name")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "none=false")]
public string CustomerName { get; set; }
<AddInParameterAttribute("Customer name")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "none=false")>
Public Property CustomerName As String
Get
Set
Property Value
Type:
StringSee Also