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