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