ConflictVersionInformation::RemoteProviderKnowsLocalItemCreationVersion Property

Gets whether the local item’s creation 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 RemoteProviderKnowsLocalItemCreationVersion {
	bool get ();
}

Property Value

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