File.CheckOutType property

Gets a value that specifies the type of check out associated with the file.

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

Syntax

'Declaration
Public ReadOnly Property CheckOutType As CheckOutType
    Get
'Usage
Dim instance As File
Dim value As CheckOutType

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

Property value

Type: Microsoft.SharePoint.Client.CheckOutType
A CheckOutType value that indicates the check out type.

See also

Reference

File class

File members

Microsoft.SharePoint.Client namespace