wManager.Wow.Helpers Namespace
WRobot

ItemInfo..::..ItemSellPrice Property

The vendor price in copper, or 0 for items that cannot be sold.

Namespace:  wManager.Wow.Class
Assembly:  wManager (in wManager.dll)

Syntax


public int ItemSellPrice { get; set; }
Public Property ItemSellPrice As Integer
	Get
	Set
public:
property int^ ItemSellPrice {
	int^ get ();
	void set (int^ value);
}