SPList.EnableModeration property
取得或設定指定是否啟用清單的內容核准Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableModeration As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.EnableModeration
instance.EnableModeration = value
public bool EnableModeration { get; set; }
Property value
Type: System.Boolean
true如果已啟用內容核准 ;否則,請false。