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
'Usage
Dim instance As SessionProgressEventArgs
Dim value As Integer
value = instance.PercentCompleted
public int PercentCompleted { get; }
public:
property int PercentCompleted {
int get ();
}
/** @property */
public int get_PercentCompleted ()
public function get PercentCompleted () : int
Property Value
The percentage of changes that have been completed for the current synchronization session.
See Also
Reference
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace