ChangeUnitVersionDefinition.ChangeUnitId Property
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
'Usage
Dim instance As ChangeUnitVersionDefinition
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
A SyncId object that contains the ID of the change unit.
See Also
Reference
ChangeUnitVersionDefinition Class
ChangeUnitVersionDefinition Members
Microsoft.Synchronization.SimpleProviders Namespace