RecurrenceType.Item Property
The Item property gets or sets a recurrence pattern.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Item As RecurrencePatternBaseType
Get
Set
'Usage
Dim instance As RecurrenceType
Dim value As RecurrencePatternBaseType
value = instance.Item
instance.Item = value
public RecurrencePatternBaseType Item { get; set; }
Property Value
Type: ExchangeWebServices.RecurrencePatternBaseType
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:
See Also