ExYearlyRecurringDay.Occurrence Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Property Occurrence As Integer
Get
Set
'Usage
Dim instance As ExYearlyRecurringDay
Dim value As Integer
value = instance.Occurrence
instance.Occurrence = value
public int Occurrence { get; set; }
Property Value
Type: System.Int32