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