'Declaration Public ReadOnly Property InteractionAreas As System.Collections.ObjectModel.ReadOnlyCollection(Of InteractionArea)
public System.Collections.ObjectModel.ReadOnlyCollection<InteractionArea> InteractionAreas { get; }
public: __property System.Collections.ObjectModel.ReadOnlyCollection<InteractionArea*>* get_InteractionAreas();
public:
property System.Collections.ObjectModel.ReadOnlyCollection<InteractionArea^>^ InteractionAreas { System.Collections.ObjectModel.ReadOnlyCollection<InteractionArea^>^ get(); }