This document is archived and information here might be outdated. Recommended version. |
Indicates if only those items found to be stale are synchronized.
[Visual Basic .NET]
Public Property SyncOnlyStaleItems As Boolean
[C#]
public bool SyncOnlyStaleItems {get; set;}
[C++]
HRESULT get_SyncOnlyStaleItems(
VARIANT_BOOL pbSyncOnlyStaleItems
);
[C++]
HRESULT put_SyncOnlyStaleItems(
Boolean* pbSyncOnlyStaleItems
);
[C++] Parameters pbSyncOnlyStaleItems [in]
pbSyncOnlyStaleItems is a parameter of type bool pbSyncOnlyStaleItems [out, retval]
pbSyncOnlyStaleItems is a parameter of type bool*