Dynamicweb 8 Documentation
GetProductFieldValue Method (Product)

SystemName of the ProductField.
Gets the product field value.
Syntax
'Declaration
 
Public Function GetProductFieldValue( _ 
   ByVal productFieldSystemName As String _ 
) As Object
public object GetProductFieldValue( 
   string productFieldSystemName 
)

Parameters

productFieldSystemName
SystemName of the ProductField.
Exceptions
ExceptionDescription
System.ArgumentExceptionIf not ProductField or ProductFieldValue exist based on the given SystemName.
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

Product Class
Product Members

Send Feedback