SyncOperationStatistics.SyncStartTime Property

Gets or sets the date and time when the synchronization session started.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property SyncStartTime As DateTime
    Get
    Friend Set
'Usage
Dim instance As SyncOperationStatistics
Dim value As DateTime

value = instance.SyncStartTime
public DateTime SyncStartTime { get; internal set; }
public:
property DateTime SyncStartTime {
    DateTime get ();
    internal: void set (DateTime value);
}
member SyncStartTime : DateTime with get, internal set
function get SyncStartTime () : DateTime
internal function set SyncStartTime (value : DateTime)

Property Value

Type: System.DateTime
The date and time when the synchronization session started.

See Also

Reference

SyncOperationStatistics Class

Microsoft.Synchronization Namespace