Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
Set
'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);
}
member SyncCompleteTime : DateTime with get, set
function get SyncCompleteTime () : DateTime
function set SyncCompleteTime (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.