SPFile.LockExpires property
取得到期的日期和時間的檔案鎖定。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property LockExpires As DateTime
Get
'用途
Dim instance As SPFile
Dim value As DateTime
value = instance.LockExpires
public DateTime LockExpires { get; }
Property value
Type: System.DateTime
日期和時間時,鎖定將到期。
備註
如果沒有鎖定的檔案上存在,則會擲回SPFileLockException 。