Dynamicweb 8 Documentation
Value Property (Discount)

Gets the value.
Syntax
'Declaration
 
Public ReadOnly Property Value( _ 
   ByVal IncludeVAT As Boolean, _ 
   ByVal CalculateAs As Discount.DiscountCalculationType, _ 
   ByVal DoRounding As Boolean _ 
) As Double
public double Value( 
   bool IncludeVAT,
   Discount.DiscountCalculationType CalculateAs,
   bool DoRounding 
) {get;}

Parameters

IncludeVAT
CalculateAs
DoRounding

Property Value

The value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Discount Class
Discount Members

Send Feedback