ArrayOfRealItemsType.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::ItemType ^> ^ Items { cli::array <ExchangeWebServices::ItemType ^> ^ get(); void set(cli::array <ExchangeWebServices::ItemType ^> ^ value); };
public ExchangeWebServices.ItemType[] Items { get; set; }
Public Property Items As ItemType()
Valor de propiedad
ItemType[]
La Items propiedad devuelve una matriz que contiene elementos del tipo ItemType.