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 a LocalItemChangeType enumeration value that specifies whether an item was created, updated, or deleted.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public ReadOnly Property LocalItemChangeType As LocalItemChangeType
'Usage
Dim instance As LocalItemChange
Dim value As LocalItemChangeType
value = instance.LocalItemChangeType
public LocalItemChangeType LocalItemChangeType { get; }
public:
property LocalItemChangeType LocalItemChangeType {
LocalItemChangeType get ();
}
/** @property */
public LocalItemChangeType get_LocalItemChangeType ()
public function get LocalItemChangeType () : LocalItemChangeType
Property Value
A LocalItemChangeType enumeration value that specifies whether an item was created, updated, or deleted.
See Also
Reference
LocalItemChange Class
LocalItemChange Members
Microsoft.Synchronization.SimpleProviders Namespace