RecurrenceCustom Properties Property
This returns a set of custom properties (if any) found when the recurrence properties where parsed
from a string.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public StringCollection CustomProperties { get; }VB
Public ReadOnly Property CustomProperties As StringCollection
GetC++
public:
property StringCollection^ CustomProperties {
StringCollection^ get ();
}F#
member CustomProperties : StringCollection with get