ClientApplicationWebPartBase.TracksChanges property

Gets a value that specifies whether the Web Part tracks personalization changes.

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

Syntax

'Declaration
Public ReadOnly Property TracksChanges As Boolean
    Get
'Usage
Dim instance As ClientApplicationWebPartBase
Dim value As Boolean

value = instance.TracksChanges
public bool TracksChanges { get; }

Property value

Type: System.Boolean
true if the Web Part is responsible for determining when the control is considered changed ("dirty"); otherwise, false.

Implements

ITrackingPersonalizable.TracksChanges

Remarks

This implementation of the TracksChanges property returns true.

See also

Reference

ClientApplicationWebPartBase class

ClientApplicationWebPartBase members

Microsoft.SharePoint.WebPartPages namespace