|  | 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
Syntaxpublic 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: 
ListEvent See Also
See Also