ChangedItem.Operation property

Gets the type of change that occurred such as add, edit, or delete.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property Operation As ChangedOperationType
    Get
'Usage
Dim instance As ChangedItem
Dim value As ChangedOperationType

value = instance.Operation
public ChangedOperationType Operation { get; }

Property value

Type: Microsoft.SharePoint.Taxonomy.ChangedOperationType
Returns ChangedOperationType.

See also

Reference

ChangedItem class

ChangedItem members

Microsoft.SharePoint.Taxonomy namespace