ChangeUnitChange.ChangeUnitId Property
Gets the change unit ID.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeUnitId As SyncId
'Usage
Dim instance As ChangeUnitChange
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 change unit ID.
See Also
Reference
ChangeUnitChange Class
ChangeUnitChange Members
Microsoft.Synchronization Namespace