LocalItemChange.KeyAndVersion Property

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.

See Also

Reference

LocalItemChange Class

Microsoft.Synchronization.SimpleProviders Namespace