'Declaration Protected ReadOnly Property InteractionAreaList As System.Collections.Generic.List(Of InteractionArea)
protected System.Collections.Generic.List<InteractionArea> InteractionAreaList { get; }
protected: __property System.Collections.Generic.List<InteractionArea*>* get_InteractionAreaList();
protected:
property System.Collections.Generic.List<InteractionArea^>^ InteractionAreaList { System.Collections.Generic.List<InteractionArea^>^ get(); }