RegisteredExhibitorBoothPreferences Property

Note: This API is now obsolete.

Definition

Namespace: Ignition.Exhibits
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[ObsoleteAttribute("RegisteredExhibitor provides exhibitor directory information, but not registration information. To review or change an exhibitor's registration including things like BoothPreferences, use the ExhibitorRegistrationRepository. (10.0)")]
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<ExhibitorBoothPreference> BoothPreferences { get; protected set; }

Property Value

IReadOnlyCollectionExhibitorBoothPreference

See Also