If true, displays the remaining quantity of this item for purchase on the registration page
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool ShowQuantityAvailable { get; set; }
public bool ShowQuantityAvailable { get; set; }
Public Property ShowQuantityAvailable As Boolean
Get
Set
Public Property ShowQuantityAvailable As Boolean
Get
Set
public:
property bool ShowQuantityAvailable {
bool get ();
void set (bool value);
}
public:
property bool ShowQuantityAvailable {
bool get ();
void set (bool value);
}
member ShowQuantityAvailable : bool with get, set
member ShowQuantityAvailable : bool with get, set