Click or drag to resize
ShoppingCartLine.GetValue Method
Gets the value of column.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public Object GetValue(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Object

Implements

ISimpleDataContainer.GetValue(String)
See Also