ExhibitorRegistrationBoothPreferences Property
Namespace: Ignition.ExhibitsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)]
public ICollection<ExhibitorBoothPreference> BoothPreferences { get; protected set; }
<NetForumSubEntityCollectionAttribute(Nothing, NetForumDataBindingMode.ReadWrite, Nothing)>
Public Property BoothPreferences As ICollection(Of ExhibitorBoothPreference)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(nullptr, NetForumDataBindingMode::ReadWrite, nullptr)]
property ICollection<ExhibitorBoothPreference^>^ BoothPreferences {
ICollection<ExhibitorBoothPreference^>^ get ();
protected: void set (ICollection<ExhibitorBoothPreference^>^ value);
}
[<NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)>]
member BoothPreferences : ICollection<ExhibitorBoothPreference> with get, set
Property Value
ICollectionExhibitorBoothPreference