SyncResponse<TServiceObject,TChange>.Changes Property

Definition

Gets a list of changes that occurred on the synchronized folder.

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)

Property Value

A collection of changes that occurred on the synchronized folder.

Applies to