Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As ChangeUnitMetadata
Dim value As SyncVersion
value = instance.ChangeUnitVersion
public SyncVersion ChangeUnitVersion { get; }
public:
property SyncVersion^ ChangeUnitVersion {
SyncVersion^ get ();
}
/** @property */
public SyncVersion get_ChangeUnitVersion ()
public function get ChangeUnitVersion () : SyncVersion
Property Value
The current version of the change unit.
See Also
Reference
ChangeUnitMetadata Class
ChangeUnitMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace