Dynamicweb 8 Documentation
ProductFieldValue Constructor(ProductField,Object)

The product field.
The value.
Initializes a new instance of the ProductFieldValue class.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal ProductField As ProductField, _ 
   ByVal Value As Object _ 
)
public ProductFieldValue( 
   ProductField ProductField,
   object Value 
)

Parameters

ProductField
The product field.
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

ProductFieldValue Class
ProductFieldValue Members
Overload List

Send Feedback