SPFileCheckOutException.CheckOutType property

Gets a value that indicates how the file is checked out of a document library.

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

Syntax

'Declaration
Public ReadOnly Property CheckOutType As SPFile.SPCheckOutType
    Get
'Usage
Dim instance As SPFileCheckOutException
Dim value As SPFile.SPCheckOutType

value = instance.CheckOutType
public SPFile.SPCheckOutType CheckOutType { get; }

Property value

Type: Microsoft.SharePoint.SPFile.SPCheckOutType
One of the enumeration values that specifies the type of checkout.

See also

Reference

SPFileCheckOutException class

SPFileCheckOutException members

Microsoft.SharePoint namespace