SPList.RestrictUserUpdates 属性
一个布尔值,该值指示此列表是否是一个受限或不能更改不是值,如果列表中有现有项目
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property RestrictUserUpdates As Boolean
Get
Set
用法
Dim instance As SPList
Dim value As Boolean
value = instance.RestrictUserUpdates
instance.RestrictUserUpdates = value
public bool RestrictUserUpdates { get; set; }