I want my lineitem to have custom properties, and cannot find any solutions. How do I add some properties to my LineItem?
ILineItem inherits IExtendedProperties, which means you can use Properties as a Hashtable to store custom properties.
Thank you
I want my lineitem to have custom properties, and cannot find any solutions. How do I add some properties to my LineItem?