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 or sets the total number of changes that were not applied during a session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Property ChangesFailed As UInteger
Get
Set
'Usage
Dim instance As SyncSessionStatistics
Dim value As UInteger
value = instance.ChangesFailed
instance.ChangesFailed = value
public uint ChangesFailed { get; set; }
public:
property unsigned int ChangesFailed {
unsigned int get ();
void set (unsigned int value);
}
member ChangesFailed : uint32 with get, set
function get ChangesFailed () : uint
function set ChangesFailed (value : uint)
Property Value
Type: System.UInt32
The total number of changes that were not applied during a session.
Remarks
This value is the sum of item changes plus change unit changes.