Set to true to display the event on the account's calendar; Default = true
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsCalendarDisplayed { get; set; }
public bool IsCalendarDisplayed { get; set; }
Public Property IsCalendarDisplayed As Boolean
Get
Set
Public Property IsCalendarDisplayed As Boolean
Get
Set
public:
property bool IsCalendarDisplayed {
bool get ();
void set (bool value);
}
public:
property bool IsCalendarDisplayed {
bool get ();
void set (bool value);
}
member IsCalendarDisplayed : bool with get, set
member IsCalendarDisplayed : bool with get, set