RecurringObjectRecurDates Property
This is used to get the Recur Date (RDATE) properties. There may be more than one.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RDatePropertyCollection RecurDates { get; }
Public ReadOnly Property RecurDates As RDatePropertyCollection
Get
public:
property RDatePropertyCollection^ RecurDates {
RDatePropertyCollection^ get ();
}
member RecurDates : RDatePropertyCollection with get
Property Value
RDatePropertyCollectionIf the returned collection is empty, there are no recur date properties for the object.