| EventOnMultipleCalendars Property |
Whether the event is on multiple calendars.
Namespace:
Galactic.Calendar
Assembly:
Galactic.Calendar (in Galactic.Calendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public Nullable<bool> OnMultipleCalendars { get; set; }
Public Property OnMultipleCalendars As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> OnMultipleCalendars {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member OnMultipleCalendars : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also