Share via


SessionProgressEventArgs.PercentCompleted Property

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.

See Also

Reference

SessionProgressEventArgs Class

Microsoft.Synchronization Namespace