Indicates if the event home/landing page is displayed for the event; set to true only if a landing page has been created for the event; Default is false
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsHomePageDisplayed { get; set; }
public bool IsHomePageDisplayed { get; set; }
Public Property IsHomePageDisplayed As Boolean
Get
Set
Public Property IsHomePageDisplayed As Boolean
Get
Set
public:
property bool IsHomePageDisplayed {
bool get ();
void set (bool value);
}
public:
property bool IsHomePageDisplayed {
bool get ();
void set (bool value);
}
member IsHomePageDisplayed : bool with get, set
member IsHomePageDisplayed : bool with get, set