| CalendarEvents Property |
The list of events associated with the calendar.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public List<Event> Events { get; set; }
Public Property Events As List(Of Event)
Get
Set
public:
property List<Event^>^ Events {
List<Event^>^ get ();
void set (List<Event^>^ value);
}
member Events : List<Event> with get, set
Property Value
Type:
ListEventSee Also