SyncStatistics.SyncStartTime Property
Gets or sets the time when a SyncSession started.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property SyncStartTime As DateTime
public DateTime SyncStartTime { get; set; }
public:
property DateTime SyncStartTime {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_SyncStartTime ()
/** @property */
public void set_SyncStartTime (DateTime value)
public function get SyncStartTime () : DateTime
public function set SyncStartTime (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