Dela via


ChangeUnitMetadata.ChangeUnitVersion Property

Gets the current version of the change unit.

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

Syntax

'Declaration
Public ReadOnly Property ChangeUnitVersion As SyncVersion
    Get
'Usage
Dim instance As ChangeUnitMetadata
Dim value As SyncVersion

value = instance.ChangeUnitVersion
public SyncVersion ChangeUnitVersion { get; }
public:
property SyncVersion^ ChangeUnitVersion {
    SyncVersion^ get ();
}
member ChangeUnitVersion : SyncVersion
function get ChangeUnitVersion () : SyncVersion

Property Value

Type: Microsoft.Synchronization.SyncVersion
The current version of the change unit.

See Also

Reference

ChangeUnitMetadata Class

Microsoft.Synchronization.MetadataStorage Namespace