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 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.