RegisteredExhibitorBoothPreferences Property
Note: This API is now obsolete.
Namespace: Ignition.ExhibitsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[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; }
<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 Property BoothPreferences As IReadOnlyCollection(Of ExhibitorBoothPreference)
Get
Protected Set
public:
[ObsoleteAttribute(L"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)]
property IReadOnlyCollection<ExhibitorBoothPreference^>^ BoothPreferences {
IReadOnlyCollection<ExhibitorBoothPreference^>^ get ();
protected: void set (IReadOnlyCollection<ExhibitorBoothPreference^>^ value);
}
[<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)>]
member BoothPreferences : IReadOnlyCollection<ExhibitorBoothPreference> with get, set
Property Value
IReadOnlyCollectionExhibitorBoothPreference