YearlyRegeneratingPatternType Class
The YearlyRegeneratingPatternType class describes the interval, in years, in which a task is regenerated.
Inheritance Hierarchy
System.Object
ExchangeWebServices.RecurrencePatternBaseType
ExchangeWebServices.IntervalRecurrencePatternBaseType
ExchangeWebServices.RegeneratingPatternBaseType
ExchangeWebServices.YearlyRegeneratingPatternType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class YearlyRegeneratingPatternType _
Inherits RegeneratingPatternBaseType
'Usage
Dim instance As YearlyRegeneratingPatternType
[SerializableAttribute]
public class YearlyRegeneratingPatternType : 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