TaskRecurrenceType.Item1 Property

Definition

The Item1 property gets or sets a recurrence pattern.

public:
 property ExchangeWebServices::RecurrenceRangeBaseType ^ Item1 { ExchangeWebServices::RecurrenceRangeBaseType ^ get(); void set(ExchangeWebServices::RecurrenceRangeBaseType ^ value); };
public ExchangeWebServices.RecurrenceRangeBaseType Item1 { get; set; }
Public Property Item1 As 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:

Applies to