Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the expiration date and time of a file lock.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property LockExpires As DateTime
Get
'Usage
Dim instance As SPFile
Dim value As DateTime
value = instance.LockExpires
public DateTime LockExpires { get; }
Property Value
Type: System.DateTime
The date and time when the lock will expire.
Remarks
Throws an SPFileLockException if no lock exists on the file.