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 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 ItemChangeUnitOverride
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
ItemChangeUnitOverride Class
ItemChangeUnitOverride Members
Microsoft.Synchronization Namespace