Compartir a través de


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; }