NotificationType.Items Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.