ExhibitionExhibitors Property
Namespace: Ignition.ExhibitsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)]
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<RegisteredExhibitor> Exhibitors { get; protected set; }
<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
Public Property Exhibitors As IReadOnlyCollection(Of RegisteredExhibitor)
Get
Protected Set
public:
[FetchStrategyHintAttribute(PropertyFetchStrategy::Preload)]
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<RegisteredExhibitor^>^ Exhibitors {
IReadOnlyCollection<RegisteredExhibitor^>^ get ();
protected: void set (IReadOnlyCollection<RegisteredExhibitor^>^ value);
}
[<FetchStrategyHintAttribute(PropertyFetchStrategy.Preload)>]
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
member Exhibitors : IReadOnlyCollection<RegisteredExhibitor> with get, set
Property Value
IReadOnlyCollectionRegisteredExhibitor