Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property BatchProgress As SyncBatchProgress
'Usage
Dim instance As SessionProgressEventArgs
Dim value As SyncBatchProgress
value = instance.BatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
SyncBatchProgress^ get ();
}
/** @property */
public SyncBatchProgress get_BatchProgress ()
public function get BatchProgress () : SyncBatchProgress
Property Value
A SyncBatchProgress object that represents the progress of the current batch of changes that is synchronizing.
See Also
Reference
SessionProgressEventArgs Class
SessionProgressEventArgs Members
Microsoft.Synchronization Namespace