DailyRegeneratingPatternType Class
The DailyRegeneratingPatternType class describes the frequency, in days, in which a task is regenerated.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.RegeneratingPatternBaseType
ExchangeWebServices.DailyRegeneratingPatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DailyRegeneratingPatternType _
Inherits RegeneratingPatternBaseType
'Usage
Dim instance As DailyRegeneratingPatternType
[SerializableAttribute]
public class DailyRegeneratingPatternType : RegeneratingPatternBaseType
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also