SPFile.CheckedOutDate property
取得檔案已簽出的時間與日期。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property CheckedOutDate As DateTime
Get
'用途
Dim instance As SPFile
Dim value As DateTime
value = instance.CheckedOutDate
public DateTime CheckedOutDate { get; }
Property value
Type: System.DateTime
DateTime指定的物件,當檔案已簽出在國際標準時間 (格林威治標準時間)。
備註
如果CheckOutType屬性包含SPCheckOutType.None的CheckedOutDate屬性,則會擲回例外狀況。
鎖定文件永遠簽出。