EventExhibitions Property
Note: This API is now obsolete.
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[ObsoleteAttribute("Retrieve Exhibitions from the ExhibitionRepository instead. (5.0)",
true)]
public IReadOnlyCollection<Object> Exhibitions { get; protected set; }
<ObsoleteAttribute("Retrieve Exhibitions from the ExhibitionRepository instead. (5.0)",
true)>
Public Property Exhibitions As IReadOnlyCollection(Of Object)
Get
Protected Set
public:
[ObsoleteAttribute(L"Retrieve Exhibitions from the ExhibitionRepository instead. (5.0)",
true)]
property IReadOnlyCollection<Object^>^ Exhibitions {
IReadOnlyCollection<Object^>^ get ();
protected: void set (IReadOnlyCollection<Object^>^ value);
}
[<ObsoleteAttribute("Retrieve Exhibitions from the ExhibitionRepository instead. (5.0)",
true)>]
member Exhibitions : IReadOnlyCollection<Object> with get, set
Property Value
IReadOnlyCollectionObject