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
Get
'Usage
Dim instance As LocalItemChange
Dim value As LocalItemChangeType
value = instance.LocalItemChangeType
public LocalItemChangeType LocalItemChangeType { get; }
public:
property LocalItemChangeType LocalItemChangeType {
LocalItemChangeType get ();
}
member LocalItemChangeType : LocalItemChangeType
function get LocalItemChangeType () : LocalItemChangeType
Property Value
Type: Microsoft.Synchronization.SimpleProviders.LocalItemChangeType
A LocalItemChangeType enumeration value that specifies whether an item was created, updated, or deleted.