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 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
'Usage
Dim instance As SyncStatistics
Dim value As DateTime
value = instance.SyncCompleteTime
instance.SyncCompleteTime = value
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: Client and Server Synchronization.
See Also
Reference
SyncStatistics Class
SyncStatistics Members
Microsoft.Synchronization.Data Namespace