SyncIdFormatGroup Class

Represents the format schema for the group of IDs that are used to identify entities in a synchronization session. This class cannot be inherited.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="idFormatGroup")> _
Public NotInheritable Class SyncIdFormatGroup
    Implements IComparable, IEquatable(Of SyncIdFormatGroup), _
    IXmlSerializable, ICloneable
'Usage
Dim instance As SyncIdFormatGroup
[SerializableAttribute] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup")] 
public sealed class SyncIdFormatGroup : IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable
[SerializableAttribute] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"idFormatGroup")] 
public ref class SyncIdFormatGroup sealed : IComparable, IEquatable<SyncIdFormatGroup^>, 
    IXmlSerializable, ICloneable
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup") */ 
public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable
SerializableAttribute 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="idFormatGroup") 
public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, 
    IXmlSerializable, ICloneable

Remarks

The members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the SyncIdFormatGroup object to the IXmlSerializable interface by using the casting operator or the as keyword.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncIdFormatGroup

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.

See Also

Reference

SyncIdFormatGroup Members
Microsoft.Synchronization Namespace