Share via


SPFileLockException.LockExpires property

Gets the date and time that the lock expires.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPFileLockException class

SPFileLockException members

Microsoft.SharePoint namespace