BaseXsltListWebPart.TracksChanges property

Gets a value that indicates whether the BaseXsltListWebPart tracks the status of its 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 BaseXsltListWebPart
Dim value As Boolean

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

Property value

Type: System.Boolean
This property always returns false.

Implements

ITrackingPersonalizable.TracksChanges

See also

Reference

BaseXsltListWebPart class

BaseXsltListWebPart members

Microsoft.SharePoint.WebPartPages namespace