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 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.