Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the total number of changes that were tried during the upload session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property UploadChangesTotal As Integer
Get
'Usage
Dim instance As SyncOperationStatistics
Dim value As Integer
value = instance.UploadChangesTotal
public int UploadChangesTotal { get; }
public:
property int UploadChangesTotal {
int get ();
}
member UploadChangesTotal : int
function get UploadChangesTotal () : int
Property Value
Type: System.Int32
The total number of changes that were tried during the upload session.
Remarks
This value is the number of changes that were applied plus the number of changes that were not applied.