SPFileLockException.LockType property

Gets the type of the lock.

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

Syntax

'Declaration
Public ReadOnly Property LockType As SPFile.SPLockType
    Get
'Usage
Dim instance As SPFileLockException
Dim value As SPFile.SPLockType

value = instance.LockType
public SPFile.SPLockType LockType { get; }

Property value

Type: Microsoft.SharePoint.SPFile.SPLockType
One of the enumeration values that describes the file-lock type.

See also

Reference

SPFileLockException class

SPFileLockException members

Microsoft.SharePoint namespace