ItemChangeUnitOverride.ItemId Property
Gets the item ID for the item that contains this change unit.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemId As SyncId
'Usage
Dim instance As ItemChangeUnitOverride
Dim value As SyncId
value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
SyncId^ get ();
}
/** @property */
public SyncId get_ItemId ()
public function get ItemId () : SyncId
Property Value
The item ID for the item that contains this change unit.
See Also
Reference
ItemChangeUnitOverride Class
ItemChangeUnitOverride Members
Microsoft.Synchronization Namespace