FileSyncProvider.IdFormats Property
Gets the schema that defines the format of various IDs that are used by the provider.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IdFormats As SyncIdFormatGroup
'Usage
Dim instance As FileSyncProvider
Dim value As SyncIdFormatGroup
value = instance.IdFormats
public override SyncIdFormatGroup IdFormats { get; }
public:
virtual property SyncIdFormatGroup^ IdFormats {
SyncIdFormatGroup^ get () override;
}
/** @property */
public SyncIdFormatGroup get_IdFormats ()
public override function get IdFormats () : SyncIdFormatGroup
Property Value
The schema that defines the format of various IDs that are used by the provider.
Remarks
Sync Framework uses this method to retrieve the ID formats from the two providers that are participating in synchronization. Sync Framework will verify that they have the same ID formats and, therefore, can synchronize with each other.
See Also
Reference
FileSyncProvider Class
FileSyncProvider Members
Microsoft.Synchronization.Files Namespace