Share via


TimetableElement.Recurrence Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the recurrence.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[XmlElementAttribute("daily", typeof(DailyRecurrenceElement))]
[XmlElementAttribute("weekly", typeof(WeeklyRecurrenceElement))]
[XmlElementAttribute("monthly", typeof(FixedDayMonthlyRecurrenceElement))]
[XmlElementAttribute("yearly", typeof(FixedDayYearlyRecurrenceElement))]
[XmlElementAttribute("relativeYearly", typeof(RelativeYearlyRecurrenceElement))]
[XmlElementAttribute("relativeMonthly", typeof(RelativeMonthlyRecurrenceElement))]
public RecurrenceElement Recurrence { get; set; }
'Declaration
<XmlElementAttribute("daily", GetType(DailyRecurrenceElement))> _
<XmlElementAttribute("weekly", GetType(WeeklyRecurrenceElement))> _
<XmlElementAttribute("monthly", GetType(FixedDayMonthlyRecurrenceElement))> _
<XmlElementAttribute("yearly", GetType(FixedDayYearlyRecurrenceElement))> _
<XmlElementAttribute("relativeYearly", GetType(RelativeYearlyRecurrenceElement))> _
<XmlElementAttribute("relativeMonthly", GetType(RelativeMonthlyRecurrenceElement))> _
Public Property Recurrence As RecurrenceElement
    Get
    Set
[XmlElementAttribute(L"daily", typeof(DailyRecurrenceElement))]
[XmlElementAttribute(L"weekly", typeof(WeeklyRecurrenceElement))]
[XmlElementAttribute(L"monthly", typeof(FixedDayMonthlyRecurrenceElement))]
[XmlElementAttribute(L"yearly", typeof(FixedDayYearlyRecurrenceElement))]
[XmlElementAttribute(L"relativeYearly", typeof(RelativeYearlyRecurrenceElement))]
[XmlElementAttribute(L"relativeMonthly", typeof(RelativeMonthlyRecurrenceElement))]
public:
property RecurrenceElement^ Recurrence {
    RecurrenceElement^ get ();
    void set (RecurrenceElement^ value);
}

Field Value

The recurrence pattern for the time table. Defaults to DailyRecurrence.

See Also

TimetableElement Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Rules.Configuration Namespace