Condividi tramite


Proprietà ItemResponseShapeType.BaseShape

Aggiornamento: novembre 2007

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

Ottiene o imposta la configurazione di base delle proprietà da restituire in una risposta GetItem, FindItem o SyncFolderItems.

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 BaseShape As DefaultShapeNamesType
'Utilizzo
Dim instance As ItemResponseShapeType
Dim value As DefaultShapeNamesType

value = instance.BaseShape

instance.BaseShape = value
public DefaultShapeNamesType BaseShape { get; set; }
public:
property DefaultShapeNamesType BaseShape {
    DefaultShapeNamesType get ();
    void set (DefaultShapeNamesType value);
}
public function get BaseShape () : DefaultShapeNamesType
public function set BaseShape (value : DefaultShapeNamesType)

Valore proprietà

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

Oggetto che rappresenta il set di proprietà da restituire.

Note

Per restituire le proprietà in aggiunta a quelle identificate dalla proprietà BaseShape, utilizzare la proprietà AdditionalProperties.

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

ItemResponseShapeType Classe

Membri ItemResponseShapeType

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