Recurrence Count PropertyCount Property
This allows the recurrence count to be set or retrieved as an integer for a vCalendar object
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public int Count { get; set; }VB
Public Property Count As Integer
Get
SetC++
public:
property int Count {
int get ();
void set (int value);
}F#
member Count : int with get, setProperty Value
Int32Exceptions
| ArgumentOutOfRangeException | An exception is thrown if the value is less than zero |