Dynamicweb 8 Documentation
PriceCalculated Constructor(Product,PriceRaw)

The product.
The PriceRaw object.
Initializes a new instance of the PriceCalculated class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal Product As Product, _ 
   ByVal PriceRaw As PriceRaw _ 
)
public PriceCalculated( 
   Product Product,
   PriceRaw PriceRaw 
)

Parameters

Product
The product.
PriceRaw
The PriceRaw object.
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

PriceCalculated Class
PriceCalculated Members
Overload List

Send Feedback