ItemMetadata.GlobalId Property

When overridden in a derived class, gets the global ID of the item.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public abstract SyncId GlobalId { get; }

Property Value

Type: Microsoft.Synchronization.SyncId
The global ID of the item.

The global ID uniquely identifies the item throughout the synchronization scope.

Show: