Dynamicweb 8 Documentation
Price Constructor(String)

DB field name is PriceID.
Initializes a new instance of the Price class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal ID As String _ 
)
public Price( 
   string ID 
)

Parameters

ID
DB field name is PriceID.
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

Price Class
Price Members
Overload List

Send Feedback