次の方法で共有


TaskType.Recurrence Property

The Recurrence property gets or sets an instance of the TaskRecurrenceType class that contains recurrence information for a recurring task.

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

Syntax

'Declaration
Public Property Recurrence As TaskRecurrenceType
    Get
    Set
'Usage
Dim instance As TaskType
Dim value As TaskRecurrenceType

value = instance.Recurrence

instance.Recurrence = value
public TaskRecurrenceType Recurrence { get; set; }

Property Value

Type: ExchangeWebServices.TaskRecurrenceType
The Recurrence property returns an instance of the TaskRecurrenceType class that contains recurrence information for a recurring task.