'Declaration
<NotNullAttribute()> <ItemNotNullAttribute()> Public ReadOnly Property Schedules As ScheduleCollection
[NotNull()] [ItemNotNull()] public ScheduleCollection Schedules {get;}
[NotNull()] [ItemNotNull()] public: property ScheduleCollection^ Schedules { ScheduleCollection^ get(); }