Change.ChangeType Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ChangeType As ChangeType
    Get
'Usage
Dim instance As Change
Dim value As ChangeType

value = instance.ChangeType
[RemoteAttribute]
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