SPFileLockException.LockId Property

Gets the identifier (ID) of the 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 LockId As String
    Get
'Usage
Dim instance As SPFileLockException
Dim value As String

value = instance.LockId
public string LockId { get; }

Property Value

Type: System.String
An ID for the lock.

See Also

Reference

SPFileLockException Class

SPFileLockException Members

Microsoft.SharePoint Namespace