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)

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