ExTimeZoneProviderBase.TimeZoneByIdDictionary Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Protected Property TimeZoneByIdDictionary As Dictionary(Of String, ExTimeZone)
Get
Private Set
'Usage
Dim value As Dictionary(Of String, ExTimeZone)
value = Me.TimeZoneByIdDictionary
protected Dictionary<string, ExTimeZone> TimeZoneByIdDictionary { get; private set; }
Property Value
Type: System.Collections.Generic.Dictionary<String, ExTimeZone>