RecurrenceCustomProperties Property
This returns a set of custom properties (if any) found when the recurrence properties where parsed
from a string.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public StringCollection CustomProperties { get; }
Public ReadOnly Property CustomProperties As StringCollection
Get
public:
property StringCollection^ CustomProperties {
StringCollection^ get ();
}
member CustomProperties : StringCollection with get
Property Value
StringCollection