共用方式為


SPList.EnableSchemaCaching property

取得或設定Boolean值,指定是否啟用清單中的結構描述快取。

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

Syntax

'宣告
Public Property EnableSchemaCaching As Boolean
    Get
    Set
'用途
Dim instance As SPList
Dim value As Boolean

value = instance.EnableSchemaCaching

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

Property value

Type: System.Boolean
true如果結構描述快取已啟用 ;否則,請false。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace