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 total number of changes that were successfully applied during the synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property ChangesApplied As UInteger
Get
Set
'Usage
Dim instance As SyncSessionStatistics
Dim value As UInteger
value = instance.ChangesApplied
instance.ChangesApplied = value
public uint ChangesApplied { get; set; }
public:
property unsigned int ChangesApplied {
unsigned int get ();
void set (unsigned int value);
}
member ChangesApplied : uint32 with get, set
function get ChangesApplied () : uint
function set ChangesApplied (value : uint)
Property Value
Type: System.UInt32
The total number of changes that were successfully applied during the synchronization session.
Remarks
This value is the sum of item changes plus change unit changes.