SyncStatistics.SyncCompleteTime Property
Gets or sets the time when a SyncSession ended.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SyncCompleteTime As DateTime
public DateTime SyncCompleteTime { get; set; }
public:
property DateTime SyncCompleteTime {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_SyncCompleteTime ()
/** @property */
public void set_SyncCompleteTime (DateTime value)
public function get SyncCompleteTime () : DateTime
public function set SyncCompleteTime (value : DateTime)
Property Value
A DateTime object that contains the time when a SyncSession ended.
Example
For an example that shows how to use the SyncStatistics object, see Getting Started: A Synchronization Services Application.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncStatistics Class
SyncStatistics Members
Microsoft.Synchronization.Data Namespace