Condividi tramite


Proprietà FindItemType.ItemShape

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene o imposta la forma del set di query per un'operazione FindItem.

Spazio dei nomi:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007
Assembly:  Microsoft.ServiceModel.Channels.Mail.ExchangeWebService (in Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.dll)

Sintassi

'Dichiarazione
Public Property ItemShape As ItemResponseShapeType
'Utilizzo
Dim instance As FindItemType
Dim value As ItemResponseShapeType

value = instance.ItemShape

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

Valore proprietà

Tipo: Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007.ItemResponseShapeType

Forma del set di query.

Note

Questa proprietà descrive le proprietà restituite dall'operazione FindItem.

Questa proprietà è obbligatoria e deve essere impostata per le operazioni FindItem.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5

Vedere anche

Riferimenti

FindItemType Classe

Membri FindItemType

Spazio dei nomi Microsoft.ServiceModel.Channels.Mail.ExchangeWebService.Exchange2007