wManager.Wow.Helpers Namespace
WRobot

NPCQuest..::..PickUpQuests Property

Gets or sets the pick up quests IDs.

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

Syntax


public List<int> PickUpQuests { get; set; }
Public Property PickUpQuests As List(Of Integer)
	Get
	Set
public:
property List<int^>^ PickUpQuests {
	List<int^>^ get ();
	void set (List<int^>^ value);
}