wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..DoNotSellList Property

List of items names to not sell (this option override item quality filter options, you need to activate option Selling).

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

Syntax


public List<string> DoNotSellList { get; set; }
Public Property DoNotSellList As List(Of String)
	Get
	Set
public:
property List<String^>^ DoNotSellList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}