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