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.
Returns the key and version that identify the changed item.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public ReadOnly Property KeyAndVersion As ItemFieldDictionary
Get
'Usage
Dim instance As LocalItemChange
Dim value As ItemFieldDictionary
value = instance.KeyAndVersion
public ItemFieldDictionary KeyAndVersion { get; }
public:
property ItemFieldDictionary^ KeyAndVersion {
ItemFieldDictionary^ get ();
}
member KeyAndVersion : ItemFieldDictionary
function get KeyAndVersion () : ItemFieldDictionary
Property Value
Type: Microsoft.Synchronization.SimpleProviders.ItemFieldDictionary
The key and version that identify the changed item.