 | ExhibitorApplicationBoothBoothNumberId Property |
Number to assign to the booth. Note that if the booth fee option selected is designated
for a specific booth number, then this booth number will be overwritten by the booth number
defined on the booth fee.
A booth number is not required for purchase, and may be internally assigned at a later date.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("hxb_ebn_key")]
public NetForumId BoothNumberId { get; set; }<NetForumFieldAttribute("hxb_ebn_key")>
Public Property BoothNumberId As NetForumId
Get
Setpublic:
[NetForumFieldAttribute(L"hxb_ebn_key")]
property NetForumId^ BoothNumberId {
NetForumId^ get ();
void set (NetForumId^ value);
}[<NetForumFieldAttribute("hxb_ebn_key")>]
member BoothNumberId : NetForumId with get, setProperty Value
NetForumId
See Also