 | ExhibitorApplicationBoothCartItemBoothNumberId Property |
The specific booth number that will be assigned at the time of purchase.
If no booth number is assigned at the time of purchase, internal staff may assign
a booth number at a later date via NetFORUM or exhibit planning software.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("hxb_ebn_key")]
public NetForumId BoothNumberId { get; }<NetForumFieldAttribute("hxb_ebn_key")>
Public ReadOnly Property BoothNumberId As NetForumId
Getpublic:
[NetForumFieldAttribute(L"hxb_ebn_key")]
property NetForumId^ BoothNumberId {
NetForumId^ get ();
}[<NetForumFieldAttribute("hxb_ebn_key")>]
member BoothNumberId : NetForumId with getProperty Value
NetForumId
See Also