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)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
[SerializableAttribute] [XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="idFormatGroup")] public sealed class SyncIdFormatGroup : IComparable, IEquatable<SyncIdFormatGroup>, IXmlSerializable
/** @attribute SerializableAttribute() */ /** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="idFormatGroup") */ public final class SyncIdFormatGroup implements IComparable, IEquatable<SyncIdFormatGroup>, IXmlSerializable
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.