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