ConflictVersionInformation::RemoteProviderKnowsLocalItemChangeVersion Property

Gets whether the local item’s change version is contained in the remote provider's knowledge.

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

public:
property bool RemoteProviderKnowsLocalItemChangeVersion {
	bool get ();
}

Property Value

Type: System::Boolean
True if the local item’s change version is contained in the remote provider's knowledge. Otherwise false.
Show: