ChangeUnitMetadata Class
Represents the metadata that is associated with a change unit contained in an item in the synchronization scope.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public Class ChangeUnitMetadata
'Usage
Dim instance As ChangeUnitMetadata
public class ChangeUnitMetadata
public ref class ChangeUnitMetadata
public class ChangeUnitMetadata
public class ChangeUnitMetadata
Remarks
The metadata for a change unit contains its current version and its ID. A list of the ChangeUnitMetadata objects that are contained in an ItemMetadata object can be obtained by calling ItemMetadata.GetChangeUnitEnumerator.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.MetadataStorage.ChangeUnitMetadata
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
ChangeUnitMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace