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