Recurring ObjectRecur Dates Property
This is used to get the Recur Date (RDATE) properties. There may be more than one.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
If the returned collection is empty, there are no recur date properties for the object.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public RDatePropertyCollection RecurDates { get; }VB
Public ReadOnly Property RecurDates As RDatePropertyCollection
GetC++
public:
property RDatePropertyCollection^ RecurDates {
RDatePropertyCollection^ get ();
}F#
member RecurDates : RDatePropertyCollection with getProperty Value
RDatePropertyCollectionIf the returned collection is empty, there are no recur date properties for the object.