[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
Copyright © Catalyst Fire 2014