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