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 a SyncId object that contains the ID of the change unit to which the version definition applies.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeUnitId As SyncId
Get
'Usage
Dim instance As ChangeUnitVersionDefinition
Dim value As SyncId
value = instance.ChangeUnitId
public SyncId ChangeUnitId { get; }
public:
property SyncId^ ChangeUnitId {
SyncId^ get ();
}
member ChangeUnitId : SyncId
function get ChangeUnitId () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
A SyncId object that contains the ID of the change unit.