Condividi tramite


Proprietà FindFolderParentType.IndexedPagingOffset

Aggiornamento: novembre 2007

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

Ottiene o imposta il successivo indice da utilizzare per la successiva richiesta quando viene utilizzata una visualizzazione di paging indicizzata.

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 IndexedPagingOffset As Integer
'Utilizzo
Dim instance As FindFolderParentType
Dim value As Integer

value = instance.IndexedPagingOffset

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

Valore proprietà

Tipo: System.Int32

Indice da utilizzare per la successiva richiesta.

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

FindFolderParentType Classe

Membri FindFolderParentType

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