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)
Syntax
'Declaration
Public ReadOnly Property RemoteProviderKnowsLocalItemChangeVersion As Boolean
'Usage
Dim instance As ConflictVersionInformation
Dim value As Boolean
value = instance.RemoteProviderKnowsLocalItemChangeVersion
public bool RemoteProviderKnowsLocalItemChangeVersion { get; }
public:
property bool RemoteProviderKnowsLocalItemChangeVersion {
bool get ();
}
/** @property */
public boolean get_RemoteProviderKnowsLocalItemChangeVersion ()
public function get RemoteProviderKnowsLocalItemChangeVersion () : boolean
Property Value
True if the local item’s change version is contained in the remote provider's knowledge. Otherwise false.
See Also
Reference
ConflictVersionInformation Class
ConflictVersionInformation Members
Microsoft.Synchronization.SimpleProviders Namespace