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)
Available in Sandboxed Solutions: No

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