public ActiveList<ListBoxItem> Items { get; set; }
Public Property Items As ActiveList(Of ListBoxItem) Get Set
public: property ActiveList<ListBoxItem^>^ Items { ActiveList<ListBoxItem^>^ get (); void set (ActiveList<ListBoxItem^>^ value); }