public List<Alarm> Alarms { get; private set; }
Public Property Alarms As List(Of Alarm) Get Private Set
public: property List<Alarm^>^ Alarms { List<Alarm^>^ get (); private: void set (List<Alarm^>^ value); }