public List<XYZ> Points { get; set; }
Public Property Points As List(Of XYZ)
public: property List<XYZ^>^ Points { List<XYZ^>^ get (); void set (List<XYZ^>^ value); }