Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.