SPList.RestrictUserUpdates property
Boolean 值,指出這是否列出一份受到限制或清單中現有的項目時,就無法變更沒有值
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Boolean