ExhibitorRegistrationBoothAssignments Property
List of booths that have been assigned for this exhibitor.
Namespace: Ignition.ExhibitsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<BoothAssignment> BoothAssignments { get; protected set; }
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
Public Property BoothAssignments As IReadOnlyCollection(Of BoothAssignment)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<BoothAssignment^>^ BoothAssignments {
IReadOnlyCollection<BoothAssignment^>^ get ();
protected: void set (IReadOnlyCollection<BoothAssignment^>^ value);
}
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
member BoothAssignments : IReadOnlyCollection<BoothAssignment> with get, set
Property Value
IReadOnlyCollectionBoothAssignment
Unlike the other information on
ExhibitorRegistration, this collection is strictly read-only,
as netFORUM itself limits direct manipulation of these assignments in iWeb.