Change.ChangeType property

Gets a value that specifies the type of the change that has been made to the object.

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

Syntax

'Declaration
Public ReadOnly Property ChangeType As ChangeType
    Get
'Usage
Dim instance As Change
Dim value As ChangeType

value = instance.ChangeType
public ChangeType ChangeType { get; }

Property value

Type: Microsoft.SharePoint.Client.ChangeType
Returns a ChangeType instance representing the type of the change that has been made to the object.

See also

Reference

Change class

Change members

Microsoft.SharePoint.Client namespace