Share via


SPWeb.CacheAllSchema property

Obtém ou define um valor booleano que especifica se o cache de todos os esquemas do site está ativado.

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

Syntax

'Declaração
Public Property CacheAllSchema As Boolean
    Get
    Set
'Uso
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 se o cache estiver habilitado; Caso contrário, false.

Ver também

Referência

SPWeb class

SPWeb members

Microsoft.SharePoint namespace