共用方式為


SPWeb.CacheAllSchema property

取得或設定布林值,指定是否要啟用的網站上的所有結構描述快取。

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

Syntax

'宣告
Public Property CacheAllSchema As Boolean
    Get
    Set
'用途
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如果快取已啟用 ;否則, false。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace