Condividi tramite


Proprietà BasePagingType.MaxEntriesReturnedSpecified

Aggiornamento: novembre 2007

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

Ottiene o imposta un valore che specifica se la proprietà MaxEntriesReturned viene serializzata nella risposta 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 MaxEntriesReturnedSpecified As Boolean
'Utilizzo
Dim instance As BasePagingType
Dim value As Boolean

value = instance.MaxEntriesReturnedSpecified

instance.MaxEntriesReturnedSpecified = value
public bool MaxEntriesReturnedSpecified { get; set; }
public:
property bool MaxEntriesReturnedSpecified {
    bool get ();
    void set (bool value);
}
public function get MaxEntriesReturnedSpecified () : boolean
public function set MaxEntriesReturnedSpecified (value : boolean)

Valore proprietà

Tipo: System.Boolean

true se il valore della proprietà MaxEntriesReturned viene serializzato nella risposta; in caso contrario, false.

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

BasePagingType Classe

Membri BasePagingType

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