ArrayOfTransitionsType.Items Property

Definition

The Items property gets or sets an array of time zone transitions.

public:
 property cli::array <ExchangeWebServices::TransitionType ^> ^ Items { cli::array <ExchangeWebServices::TransitionType ^> ^ get(); void set(cli::array <ExchangeWebServices::TransitionType ^> ^ value); };
public ExchangeWebServices.TransitionType[] Items { get; set; }
Public Property Items As TransitionType()

Property Value

The value of the Items property is an array of time zone transitions. The time zone transitions can be TransitionType, AbsoluteDateTransitionType, RecurringDateTransitionType, or RecurringDayTransitionType objects.

Applies to