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 total number of changes that were tried during the download session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DownloadChangesTotal As Integer
Get
'Usage
Dim instance As SyncOperationStatistics
Dim value As Integer
value = instance.DownloadChangesTotal
public int DownloadChangesTotal { get; }
public:
property int DownloadChangesTotal {
int get ();
}
member DownloadChangesTotal : int
function get DownloadChangesTotal () : int
Property Value
Type: System.Int32
The total number of changes that were tried during the download session.
Remarks
This value is the number of changes that were applied plus the number of changes that were not applied.