wManager.Wow.Helpers Namespace
WRobot

NPCQuest..::..TurnInQuests Property

Gets or sets the turn in quests IDs.

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

Syntax


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