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