Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Get
'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;
}
abstract IdFormats : SyncIdFormatGroup
override IdFormats : SyncIdFormatGroup
override function get IdFormats () : SyncIdFormatGroup
Property Value
Type: Microsoft.Synchronization.SyncIdFormatGroup
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.