Compartir a través de


CreateItemType.Items (Propiedad)

Actualización: noviembre 2007

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Obtiene o establece la colección de elementos que se van a crear.

Espacio de nombres:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Ensamblado:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (en Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintaxis

'Declaración
Public Property Items As NonEmptyArrayOfAllItemsType
'Uso
Dim instance As CreateItemType
Dim value As NonEmptyArrayOfAllItemsType

value = instance.Items

instance.Items = value
public NonEmptyArrayOfAllItemsType Items { get; set; }
public:
property NonEmptyArrayOfAllItemsType^ Items {
    NonEmptyArrayOfAllItemsType^ get ();
    void set (NonEmptyArrayOfAllItemsType^ value);
}
public function get Items () : NonEmptyArrayOfAllItemsType
public function set Items (value : NonEmptyArrayOfAllItemsType)

Valor de propiedad

Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.NonEmptyArrayOfAllItemsType
Colección que contiene todos los elementos que se van a crear.

Permisos

Plataformas

Windows CE, Windows Mobile para Smartphone, Windows Mobile para Pocket PC

.NET Framework y .NET Compact Framework no admiten todas las versiones de cada plataforma. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.

Información de versión

.NET Compact Framework

Compatible con: 3.5

Vea también

Referencia

CreateItemType (Clase)

CreateItemType (Miembros)

Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007 (Espacio de nombres)