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