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