Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
'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;
}
abstract GlobalId : SyncId
abstract function get GlobalId () : SyncId
Property Value
Type: Microsoft.Synchronization.SyncId
The global ID of the item.
Remarks
The global ID uniquely identifies the item throughout the synchronization scope.