TaskRecurrenceType.Item Property
The Item property gets or sets a recurrence pattern.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<XmlElementAttribute("WeeklyRegeneration", GetType(WeeklyRegeneratingPatternType))> _
<XmlElementAttribute("YearlyRegeneration", GetType(YearlyRegeneratingPatternType))> _
<XmlElementAttribute("MonthlyRegeneration", GetType(MonthlyRegeneratingPatternType))> _
<XmlElementAttribute("RelativeMonthlyRecurrence", GetType(RelativeMonthlyRecurrencePatternType))> _
<XmlElementAttribute("DailyRecurrence", GetType(DailyRecurrencePatternType))> _
<XmlElementAttribute("WeeklyRecurrence", GetType(WeeklyRecurrencePatternType))> _
<XmlElementAttribute("AbsoluteMonthlyRecurrence", GetType(AbsoluteMonthlyRecurrencePatternType))> _
<XmlElementAttribute("AbsoluteYearlyRecurrence", GetType(AbsoluteYearlyRecurrencePatternType))> _
<XmlElementAttribute("DailyRegeneration", GetType(DailyRegeneratingPatternType))> _
<XmlElementAttribute("RelativeYearlyRecurrence", GetType(RelativeYearlyRecurrencePatternType))> _
Public Property Item As RecurrencePatternBaseType
[XmlElementAttribute("WeeklyRegeneration", typeof(WeeklyRegeneratingPatternType))]
[XmlElementAttribute("YearlyRegeneration", typeof(YearlyRegeneratingPatternType))]
[XmlElementAttribute("MonthlyRegeneration", typeof(MonthlyRegeneratingPatternType))]
[XmlElementAttribute("RelativeMonthlyRecurrence", typeof(RelativeMonthlyRecurrencePatternType))]
[XmlElementAttribute("DailyRecurrence", typeof(DailyRecurrencePatternType))]
[XmlElementAttribute("WeeklyRecurrence", typeof(WeeklyRecurrencePatternType))]
[XmlElementAttribute("AbsoluteMonthlyRecurrence", typeof(AbsoluteMonthlyRecurrencePatternType))]
[XmlElementAttribute("AbsoluteYearlyRecurrence", typeof(AbsoluteYearlyRecurrencePatternType))]
[XmlElementAttribute("DailyRegeneration", typeof(DailyRegeneratingPatternType))]
[XmlElementAttribute("RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))]
public RecurrencePatternBaseType Item { get; set; }
[XmlElementAttribute(L"WeeklyRegeneration", typeof(WeeklyRegeneratingPatternType))]
[XmlElementAttribute(L"YearlyRegeneration", typeof(YearlyRegeneratingPatternType))]
[XmlElementAttribute(L"MonthlyRegeneration", typeof(MonthlyRegeneratingPatternType))]
[XmlElementAttribute(L"RelativeMonthlyRecurrence", typeof(RelativeMonthlyRecurrencePatternType))]
[XmlElementAttribute(L"DailyRecurrence", typeof(DailyRecurrencePatternType))]
[XmlElementAttribute(L"WeeklyRecurrence", typeof(WeeklyRecurrencePatternType))]
[XmlElementAttribute(L"AbsoluteMonthlyRecurrence", typeof(AbsoluteMonthlyRecurrencePatternType))]
[XmlElementAttribute(L"AbsoluteYearlyRecurrence", typeof(AbsoluteYearlyRecurrencePatternType))]
[XmlElementAttribute(L"DailyRegeneration", typeof(DailyRegeneratingPatternType))]
[XmlElementAttribute(L"RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))]
public:
property RecurrencePatternBaseType^ Item {
RecurrencePatternBaseType^ get ();
void set (RecurrencePatternBaseType^ value);
}
/** @property */
public RecurrencePatternBaseType get_Item ()
/** @property */
public void set_Item (RecurrencePatternBaseType value)
public function get Item () : RecurrencePatternBaseType
public function set Item (value : RecurrencePatternBaseType)
Property Value
The Item property returns a RecurrencePatternBaseType object that represents a recurring task.
Remarks
The actual object that is returned by the Item property will be an instance of one of the following classes:
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
TaskRecurrenceType Class
TaskRecurrenceType Members
ExchangeWebServices Namespace