SPFileCheckOutException.Type property

Gets a value that describes why the exception has occurred.

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

Syntax

'Declaration
Public ReadOnly Property Type As SPFileCheckOutExceptionType
    Get
'Usage
Dim instance As SPFileCheckOutException
Dim value As SPFileCheckOutExceptionType

value = instance.Type
public SPFileCheckOutExceptionType Type { get; }

Property value

Type: Microsoft.SharePoint.SPFileCheckOutExceptionType
One of the enumeration values that describe the types of checkout exceptions.

See also

Reference

SPFileCheckOutException class

SPFileCheckOutException members

Microsoft.SharePoint namespace