Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time when the synchronization session ended.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property SyncEndTime As DateTime
'Usage
Dim instance As SyncOperationStatistics
Dim value As DateTime
value = instance.SyncEndTime
public DateTime SyncEndTime { get; }
public:
property DateTime SyncEndTime {
DateTime get ();
}
/** @property */
public DateTime get_SyncEndTime ()
public function get SyncEndTime () : DateTime
Property Value
The date and time when the synchronization session ended.
Remarks
This value is set when the session ends correctly, and when it is canceled.
See Also
Reference
SyncOperationStatistics Class
SyncOperationStatistics Members
Microsoft.Synchronization Namespace