Recur Opts Data SourceMonths Of Year Property
This read-only property returns a data source containing the months of the year
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 MonthsOfYear { get; }VB
Public Shared ReadOnly Property MonthsOfYear As IList
GetC++
public:
static property IList^ MonthsOfYear {
IList^ get ();
}F#
static member MonthsOfYear : IList with getProperty Value
IListAn IList interface reference suitable for data binding. The underlying object is a ListT containing a set of ListItem objects.