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