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