Recur Opts Data SourceDay Occurrences Property
This read-only property returns a data source containing DayOccurrence values
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
An IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public static IList DayOccurrences { get; }VB
Public Shared ReadOnly Property DayOccurrences As IList
GetC++
public:
static property IList^ DayOccurrences {
IList^ get ();
}F#
static member DayOccurrences : IList with getProperty Value
IListAn IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.