SyncIdFormat Class
Represents the format of a synchronization entity ID. 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="idFormat")] public sealed class SyncIdFormat : IComparable, IEquatable<SyncIdFormat>, IXmlSerializable
/** @attribute SerializableAttribute() */ /** @attribute XmlRootAttribute(Namespace="http://schemas.microsoft.com/2008/03/sync/", ElementName="idFormat") */ public final class SyncIdFormat implements IComparable, IEquatable<SyncIdFormat>, IXmlSerializable
The members of IXmlSerializable are implemented explicitly. Code that accesses them must first cast the SyncIdFormat object to the IXmlSerializable interface by using the casting operator or the as keyword.