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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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