ChangeUnitChange Class
Represents a change to a change unit that is contained in an item. This class cannot be inherited.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ChangeUnitChange
Implements ISerializable
'Usage
Dim instance As ChangeUnitChange
[SerializableAttribute]
public sealed class ChangeUnitChange : ISerializable
[SerializableAttribute]
public ref class ChangeUnitChange sealed : ISerializable
/** @attribute SerializableAttribute() */
public final class ChangeUnitChange implements ISerializable
SerializableAttribute
public final class ChangeUnitChange implements ISerializable
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.ChangeUnitChange
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ChangeUnitChange Members
Microsoft.Synchronization Namespace