| ProductDiscountProductsAndGroups Property |
Namespace:
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [AddInParameterAttribute("Products")]
[AddInParameterEditorAttribute(typeof(ProductsAndGroupsEditor), "width=300px;height=100px")]
public string ProductsAndGroups { get; set; }
<AddInParameterAttribute("Products")>
<AddInParameterEditorAttribute(GetType(ProductsAndGroupsEditor), "width=300px;height=100px")>
Public Property ProductsAndGroups As String
Get
Set
Property Value
Type:
StringImplements
IProductDiscountProductsAndGroupsSee Also