BaseXmlDataSource.EnableCaching property

Gets or sets a value that indicates whether caching is enabled.

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

Syntax

'Declaration
Public Overridable Property EnableCaching As Boolean
    Get
    Set
'Usage
Dim instance As BaseXmlDataSource
Dim value As Boolean

value = instance.EnableCaching

instance.EnableCaching = value
public virtual bool EnableCaching { get; set; }

Property value

Type: System.Boolean
true if caching is enabled; otherwise, false.

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace