SyncResponse<TServiceObject,TChange>.Changes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste des modifications qui se sont produites sur le dossier synchronisé.
public:
property Microsoft::Exchange::WebServices::Data::ChangeCollection<TChange> ^ Changes { Microsoft::Exchange::WebServices::Data::ChangeCollection<TChange> ^ get(); };
public Microsoft.Exchange.WebServices.Data.ChangeCollection<TChange> Changes { get; }
Public ReadOnly Property Changes As ChangeCollection(Of TChange)
Valeur de propriété
Collection de modifications qui se sont produites sur le dossier synchronisé.