SPList.ForceCheckout property
取得或設定一個Boolean值,指定是否啟用強制的取出的文件庫。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ForceCheckout As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.ForceCheckout
instance.ForceCheckout = value
public bool ForceCheckout { get; set; }
Property value
Type: System.Boolean
啟用true如果強制取出 ;否則,請false。