NoEndDate Property (RecurrencePattern)
Indicates if the recurrence pattern is endless. The default value is True. This field must be coordinated with other fields when setting up a recurrence pattern. If the patternEndDate field or the occurrences field is set, the pattern is considered to be finite and the "noEndDate" field is false. If neither patternEndDate nor occurrences is set, the pattern is considered infinite and "noEndDate" is true.
public System.bool NoEndDate {get; set;}
'Declaration
Public Property NoEndDate As System.Boolean