ChangeUnitChange Class

Represents a change to a change unit that is contained in an item. This class cannot be inherited.

System.Object
  Microsoft.Synchronization.ChangeUnitChange

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ChangeUnitChange _
	Implements ISerializable
'Usage
Dim instance As ChangeUnitChange

The ChangeUnitChange type exposes the following members.

  NameDescription
Public methodChangeUnitChangeInitializes a new instance of the ChangeUnitChange class.
Top

  NameDescription
Public propertyChangeUnitIdGets the change unit ID.
Public propertyChangeUnitVersionGets the version for the change unit change.
Public propertyParentChangeGets or sets the item change that contains this change unit change.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectDataSerializes the object data to a SerializationInfo object.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: