EventEventProducts Property
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<EventProduct> EventProducts { get; set; }
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
Public Property EventProducts As IReadOnlyCollection(Of EventProduct)
Get
Set
public:
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<EventProduct^>^ EventProducts {
IReadOnlyCollection<EventProduct^>^ get ();
void set (IReadOnlyCollection<EventProduct^>^ value);
}
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
member EventProducts : IReadOnlyCollection<EventProduct> with get, set
Property Value
IReadOnlyCollectionEventProduct