NoEndDate Property (RecurrencePattern)
In This Topic
Gets or sets the
System.Boolean value indicating if the recurrence pattern is endless. The default value is True.
Syntax
'Declaration
Public Property NoEndDate As Boolean
public bool NoEndDate {get; set;}
See Also