Represents an identifier for an item that is unique throughout the synchronization community.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute]
public class SyncGlobalId : IComparable, IEquatable<SyncGlobalId>
/** @attribute SerializableAttribute() */
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>
SerializableAttribute
public class SyncGlobalId implements IComparable, IEquatable<SyncGlobalId>
Item IDs are not required to be in this format. However, for systems that do not have an intrinsic unique ID for items, we recommend that you use this format.
Any public static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.