SPWeb.CacheAllSchema Property

Gets or sets a Boolean value that specifies whether caching of all schemas on the website is enabled.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property CacheAllSchema As Boolean
    Get
    Set
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.CacheAllSchema

instance.CacheAllSchema = value
public bool CacheAllSchema { get; set; }

Property Value

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

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace