Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
'Usage
Dim instance As ItemChangeUnitOverride
Dim value As SyncId
value = instance.ItemId
public SyncId ItemId { get; }
public:
property SyncId^ ItemId {
SyncId^ get ();
}
member ItemId : SyncId
function get ItemId () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
The item ID for the item that contains this change unit.