DbOutdatedSyncException::SyncProviderPosition Property

Gets or sets the SyncProviderPosition enumeration value that represents whether a provider is associated with the local or remote database.

This API is not CLS-compliant. 

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

[CLSCompliantAttribute(false)]
public:
property SyncProviderPosition SyncProviderPosition {
	SyncProviderPosition get ();
	void set (SyncProviderPosition value);
}

Property Value

Type: Microsoft.Synchronization::SyncProviderPosition
A SyncProviderPosition enumeration value that represents whether a provider is associated with the local or remote database.
Show: