Share via


TaskRecurrenceType.Item1 Property

The Item1 property gets or sets a recurrence pattern.

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

Syntax

'Declaration
<XmlElementAttribute("EndDateRecurrence", GetType(EndDateRecurrenceRangeType))> _
<XmlElementAttribute("NoEndRecurrence", GetType(NoEndRecurrenceRangeType))> _
<XmlElementAttribute("NumberedRecurrence", GetType(NumberedRecurrenceRangeType))> _
Public Property Item1 As RecurrenceRangeBaseType
[XmlElementAttribute("EndDateRecurrence", typeof(EndDateRecurrenceRangeType))] 
[XmlElementAttribute("NoEndRecurrence", typeof(NoEndRecurrenceRangeType))] 
[XmlElementAttribute("NumberedRecurrence", typeof(NumberedRecurrenceRangeType))] 
public RecurrenceRangeBaseType Item1 { get; set; }
[XmlElementAttribute(L"EndDateRecurrence", typeof(EndDateRecurrenceRangeType))] 
[XmlElementAttribute(L"NoEndRecurrence", typeof(NoEndRecurrenceRangeType))] 
[XmlElementAttribute(L"NumberedRecurrence", typeof(NumberedRecurrenceRangeType))] 
public:
property RecurrenceRangeBaseType^ Item1 {
    RecurrenceRangeBaseType^ get ();
    void set (RecurrenceRangeBaseType^ value);
}
/** @property */
public RecurrenceRangeBaseType get_Item1 ()

/** @property */
public void set_Item1 (RecurrenceRangeBaseType value)
public function get Item1 () : RecurrenceRangeBaseType

public function set Item1 (value : RecurrenceRangeBaseType)

Property Value

The Item1 property returns a RecurrencePatternBaseType object that represents a recurring task.

Remarks

The actual object that is returned by the Item1 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)