SPFileLockException.LockExpires Property
Gets the date and time that the lock expires.
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 SPFileLockException
Dim value As DateTime
value = instance.LockExpires
public DateTime LockExpires { get; }
Property Value
Type: System.DateTime
The expiration date of the lock.