  | FeedProviderShowPricesWithVat Property  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Feeds
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[AddInParameterAttribute("ShowPricesWithVat")]
[AddInLabelAttribute("Show prices with VAT")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "")]
public bool ShowPricesWithVat { get; set; }<AddInParameterAttribute("ShowPricesWithVat")>
<AddInLabelAttribute("Show prices with VAT")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "")>
Public Property ShowPricesWithVat As Boolean
	Get
	SetProperty Value
Type: 
Boolean
See Also