获取的过期日期和时间的文件锁定。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property LockExpires As DateTime
Get
用法
Dim instance As SPFile
Dim value As DateTime
value = instance.LockExpires
public DateTime LockExpires { get; }
属性值
类型:System.DateTime
日期和时间锁定何时将过期。
备注
如果没有锁定该文件存在,将引发SPFileLockException 。