ExTimeZoneInformation.Groups Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public ReadOnly Property Groups As IList(Of ExTimeZoneRuleGroup)
Get
'Usage
Dim instance As ExTimeZoneInformation
Dim value As IList(Of ExTimeZoneRuleGroup)
value = instance.Groups
public IList<ExTimeZoneRuleGroup> Groups { get; }