NotificationType.Items Property

Definition

The Items property gets or sets an array of items.

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

Property Value

The Items property returns an array that contains elements of the type BaseNotificationEventType.

Applies to