Udostępnij za pośrednictwem


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
'Usage
Dim instance As SyncStatistics
Dim value As DateTime

value = instance.SyncStartTime

instance.SyncStartTime = value
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: Client and Server Synchronization.

See Also

Reference

SyncStatistics Class
SyncStatistics Members
Microsoft.Synchronization.Data Namespace