Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ID format schema of the provider.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
ReadOnly Property IdFormats As SyncIdFormatGroup
'Usage
Dim instance As IChangeDataRetriever
Dim value As SyncIdFormatGroup
value = instance.IdFormats
SyncIdFormatGroup IdFormats { get; }
property SyncIdFormatGroup^ IdFormats {
SyncIdFormatGroup^ get ();
}
/** @property */
SyncIdFormatGroup get_IdFormats ()
function get IdFormats () : SyncIdFormatGroup
Property Value
The ID format schema of the provider.
See Also
Reference
IChangeDataRetriever Interface
IChangeDataRetriever Members
Microsoft.Synchronization Namespace