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)

'Declaration
Public MustOverride ReadOnly Property GlobalId As SyncId
	Get
'Usage
Dim instance As ItemMetadata
Dim value As SyncId

value = instance.GlobalId

Property Value

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

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

Show: