ExCalendar.AlgorithmType Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property AlgorithmType As CalendarAlgorithmType
Get
'Usage
Dim instance As ExCalendar
Dim value As CalendarAlgorithmType
value = instance.AlgorithmType
[ComVisibleAttribute(false)]
public CalendarAlgorithmType AlgorithmType { get; }