NoEndDate Property (RecurrencePattern)
                In This Topic
            
            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.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property NoEndDate As System.Boolean
             
        
            
            public System.bool NoEndDate {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also