Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Represents the position of a provider, relative to the other provider in the synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
'Declaration
Public Enumeration SyncProviderPosition
'Usage
Dim instance As SyncProviderPosition
public enum SyncProviderPosition
public enum class SyncProviderPosition
type SyncProviderPosition
public enum SyncProviderPosition
Member name | Description | |
---|---|---|
Local | The provider is the local provider. | |
Remote | The provider is the remote provider. | |
Unknown | The position of the provider is not known. |
The position of the provider is used together with SyncDirectionOrder to determine which provider will be the source of changes and which will be the destination on which changes are applied.
Please sign in to use this experience.
Sign in