SPList.EnableSchemaCaching 属性
获取或设置一个Boolean值,指定是否对列表启用架构缓存。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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; }
属性值
类型:System.Boolean
true如果启用了架构缓存。否则为false。