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