 | ExhibitorApplicationBoothOptions Property |
Note: This API is now obsolete.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ObsoleteAttribute("Add booths to the exhibitor application using the Booths collection")]
public ICollection<BoothFee> BoothOptions { get; }<ObsoleteAttribute("Add booths to the exhibitor application using the Booths collection")>
Public ReadOnly Property BoothOptions As ICollection(Of BoothFee)
Getpublic:
[ObsoleteAttribute(L"Add booths to the exhibitor application using the Booths collection")]
property ICollection<BoothFee^>^ BoothOptions {
ICollection<BoothFee^>^ get ();
}[<ObsoleteAttribute("Add booths to the exhibitor application using the Booths collection")>]
member BoothOptions : ICollection<BoothFee> with getProperty Value
ICollectionBoothFee
See Also