Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Syntax
'Declaration
Public ReadOnly Property RemoteProviderKnowsLocalItemCreationVersion As Boolean
Get
'Usage
Dim instance As ConflictVersionInformation
Dim value As Boolean
value = instance.RemoteProviderKnowsLocalItemCreationVersion
public bool RemoteProviderKnowsLocalItemCreationVersion { get; }
public:
property bool RemoteProviderKnowsLocalItemCreationVersion {
bool get ();
}
member RemoteProviderKnowsLocalItemCreationVersion : bool
function get RemoteProviderKnowsLocalItemCreationVersion () : boolean
Property Value
Type: System.Boolean
True if the local item’s creation version is contained in the remote provider's knowledge. Otherwise false.