Share via


RecurrenceType.Item Property

The Item property gets or sets a recurrence pattern.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute("RelativeYearlyRecurrence", GetType(RelativeYearlyRecurrencePatternType))> _
<XmlElementAttribute("WeeklyRecurrence", GetType(WeeklyRecurrencePatternType))> _
<XmlElementAttribute("DailyRecurrence", GetType(DailyRecurrencePatternType))> _
<XmlElementAttribute("RelativeMonthlyRecurrence", GetType(RelativeMonthlyRecurrencePatternType))> _
<XmlElementAttribute("AbsoluteMonthlyRecurrence", GetType(AbsoluteMonthlyRecurrencePatternType))> _
<XmlElementAttribute("AbsoluteYearlyRecurrence", GetType(AbsoluteYearlyRecurrencePatternType))> _
Public Property Item As RecurrencePatternBaseType
[XmlElementAttribute("RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))] 
[XmlElementAttribute("WeeklyRecurrence", typeof(WeeklyRecurrencePatternType))] 
[XmlElementAttribute("DailyRecurrence", typeof(DailyRecurrencePatternType))] 
[XmlElementAttribute("RelativeMonthlyRecurrence", typeof(RelativeMonthlyRecurrencePatternType))] 
[XmlElementAttribute("AbsoluteMonthlyRecurrence", typeof(AbsoluteMonthlyRecurrencePatternType))] 
[XmlElementAttribute("AbsoluteYearlyRecurrence", typeof(AbsoluteYearlyRecurrencePatternType))] 
public RecurrencePatternBaseType Item { get; set; }
[XmlElementAttribute(L"RelativeYearlyRecurrence", typeof(RelativeYearlyRecurrencePatternType))] 
[XmlElementAttribute(L"WeeklyRecurrence", typeof(WeeklyRecurrencePatternType))] 
[XmlElementAttribute(L"DailyRecurrence", typeof(DailyRecurrencePatternType))] 
[XmlElementAttribute(L"RelativeMonthlyRecurrence", typeof(RelativeMonthlyRecurrencePatternType))] 
[XmlElementAttribute(L"AbsoluteMonthlyRecurrence", typeof(AbsoluteMonthlyRecurrencePatternType))] 
[XmlElementAttribute(L"AbsoluteYearlyRecurrence", typeof(AbsoluteYearlyRecurrencePatternType))] 
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 calendar item or task.

Remarks

The actual object 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)