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 ID of the change unit.
Namespace: Microsoft.Synchronization.MetadataStorage
Assembly: Microsoft.Synchronization.MetadataStorage (in microsoft.synchronization.metadatastorage.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeUnitId As SyncId
'Usage
Dim instance As ChangeUnitMetadata
Dim value As SyncId
value = instance.ChangeUnitId
public SyncId ChangeUnitId { get; }
public:
property SyncId^ ChangeUnitId {
SyncId^ get ();
}
/** @property */
public SyncId get_ChangeUnitId ()
public function get ChangeUnitId () : SyncId
Property Value
The ID of the change unit.
See Also
Reference
ChangeUnitMetadata Class
ChangeUnitMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace