Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Set
'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);
}
member SyncStartTime : DateTime with get, set
function get SyncStartTime () : DateTime
function set SyncStartTime (value : DateTime)
Property Value
Type: System.DateTime
A DateTime object that contains the time when a SyncSession ended.
Examples
For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.