wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..ForceSellList Property

List of items names to 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> ForceSellList { get; set; }
Public Property ForceSellList As List(Of String)
	Get
	Set
public:
property List<String^>^ ForceSellList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}