Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public MustOverride ReadOnly Property GlobalId As SyncId
'Usage
Dim instance As ItemMetadata
Dim value As SyncId
value = instance.GlobalId
public abstract SyncId GlobalId { get; }
public:
virtual property SyncId^ GlobalId {
SyncId^ get () abstract;
}
/** @property */
public abstract SyncId get_GlobalId ()
public abstract function get GlobalId () : SyncId
Property Value
The global ID of the item.
Remarks
The global ID uniquely identifies the item throughout the synchronization scope.
See Also
Reference
ItemMetadata Class
ItemMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace