CyberStore Ecommerce 2023 Documentation
ItemType Field


Dovetail.Ecommerce.ControlBases Namespace > ItemControl Class : ItemType Field
Type of the item (i.e. StockCode, Model or SKU).
Syntax
'Declaration
 
Public ItemType As TypeOfItem
'Usage
 
Dim instance As ItemControl
Dim value As TypeOfItem
 
value = instance.ItemType
 
instance.ItemType = value
public TypeOfItem ItemType
See Also

Reference

ItemControl Class
ItemControl Members