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
'Usage
Dim instance As LocalItemChange
Dim value As ItemFieldDictionary
value = instance.KeyAndVersion
public ItemFieldDictionary KeyAndVersion { get; }
public:
property ItemFieldDictionary^ KeyAndVersion {
ItemFieldDictionary^ get ();
}
/** @property */
public ItemFieldDictionary get_KeyAndVersion ()
public function get KeyAndVersion () : ItemFieldDictionary
Property Value
The key and version that identify the changed item.
See Also
Reference
LocalItemChange Class
LocalItemChange Members
Microsoft.Synchronization.SimpleProviders Namespace