File.CheckOutType Property
Gets a value that specifies the type of check out associated with the file.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property CheckOutType As CheckOutType
Get
'Usage
Dim instance As File
Dim value As CheckOutType
value = instance.CheckOutType
[RemoteAttribute]
public CheckOutType CheckOutType { get; }
Property Value
Type: Microsoft.SharePoint.Client.CheckOutType
A CheckOutType value that indicates the check out type.