TransitionType.To Property
The To property gets or sets the unique identifier that corresponds to the period or transitions group that is the target of the time zone transition.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property To As TransitionTargetType
Get
Set
'Usage
Dim instance As TransitionType
Dim value As TransitionTargetType
value = instance.To
instance.To = value
public TransitionTargetType To { get; set; }
Property Value
Type: ExchangeWebServices.TransitionTargetType
The value of the To property is a TransitionTargetType object that specifies the period or transitions group that is the target of the time zone transition.
See Also