NumberedRecurrenceRangeType.NumberOfOccurrences Property
The NumberOfOccurrences property gets or sets the number of occurrences of a recurring item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property NumberOfOccurrences As Integer
Get
Set
'Usage
Dim instance As NumberedRecurrenceRangeType
Dim value As Integer
value = instance.NumberOfOccurrences
instance.NumberOfOccurrences = value
public int NumberOfOccurrences { get; set; }
Property Value
Type: System.Int32
The NumberOfOccurrences property returns the number of occurrences of a recurring item.
See Also