次の方法で共有


CalendarEventDetails.IsRecurring Property

The IsRecurring property gets or sets a Boolean value that indicates whether the calendar item recurs.

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

Syntax

'Declaration
Public Property IsRecurring As Boolean
    Get
    Set
'Usage
Dim instance As CalendarEventDetails
Dim value As Boolean

value = instance.IsRecurring

instance.IsRecurring = value
public bool IsRecurring { get; set; }

Property Value

Type: System.Boolean
The IsRecurring property returns true if the calendar item is set to recur; otherwise, the property returns false.