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 the percentage of changes that have been completed for the current synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property PercentCompleted As Integer
Get
'Usage
Dim instance As SessionProgressEventArgs
Dim value As Integer
value = instance.PercentCompleted
public int PercentCompleted { get; }
public:
property int PercentCompleted {
int get ();
}
member PercentCompleted : int
function get PercentCompleted () : int
Property Value
Type: System.Int32
The percentage of changes that have been completed for the current synchronization session.