Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents an identifier for an item, change unit, or replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncId
    Implements IComparable, IEquatable(Of SyncId), _
    ISerializable
'Usage
Dim instance As SyncId
[SerializableAttribute] 
public class SyncId : IComparable, IEquatable<SyncId>, 
    ISerializable
[SerializableAttribute] 
public ref class SyncId : IComparable, IEquatable<SyncId^>, 
    ISerializable
/** @attribute SerializableAttribute() */ 
public class SyncId implements IComparable, IEquatable<SyncId>, 
    ISerializable
SerializableAttribute 
public class SyncId implements IComparable, IEquatable<SyncId>, 
    ISerializable
Remarks
The ID length must be greater than 0 and no greater than System.UInt16.MaxValue.
Inheritance Hierarchy
System.Object
  Microsoft.Synchronization.SyncId
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.