EventSponsorshipFeePreviews Property
An undifferentiated list of the available sponsorship fees for this event.
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<EventSponsorshipFeePreview> SponsorshipFeePreviews { get; protected set; }
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
Public Property SponsorshipFeePreviews As IReadOnlyCollection(Of EventSponsorshipFeePreview)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<EventSponsorshipFeePreview^>^ SponsorshipFeePreviews {
IReadOnlyCollection<EventSponsorshipFeePreview^>^ get ();
protected: void set (IReadOnlyCollection<EventSponsorshipFeePreview^>^ value);
}
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
member SponsorshipFeePreviews : IReadOnlyCollection<EventSponsorshipFeePreview> with get, set
Property Value
IReadOnlyCollectionEventSponsorshipFeePreview