NotificationType.Items Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
La Items propiedad obtiene o establece una matriz de elementos.
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()
Valor de propiedad
La Items propiedad devuelve una matriz que contiene elementos del tipo BaseNotificationEventType.