When set to true, promocode cannot be redeemed; when false, promocode can be redeemed; default = false
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsPaused { get; set; }
public bool IsPaused { get; set; }
Public Property IsPaused As Boolean
Get
Set
Public Property IsPaused As Boolean
Get
Set
public:
property bool IsPaused {
bool get ();
void set (bool value);
}
public:
property bool IsPaused {
bool get ();
void set (bool value);
}
member IsPaused : bool with get, set
member IsPaused : bool with get, set