SyncSessionStatistics.ChangesFailed Property
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
'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);
}
/** @property */
public UInt32 get_ChangesFailed ()
/** @property */
public void set_ChangesFailed (UInt32 value)
public function get ChangesFailed () : uint
public function set ChangesFailed (value : uint)
Property Value
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.
See Also
Reference
SyncSessionStatistics Class
SyncSessionStatistics Members
Microsoft.Synchronization Namespace