File.CheckedOutByUser property
Gets a value that returns the user who has checked out the file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CheckedOutByUser As User
Get
'Usage
Dim instance As File
Dim value As User
value = instance.CheckedOutByUser
public User CheckedOutByUser { get; }
Property value
Type: Microsoft.SharePoint.Client.User
Returns a User instance representing the user who has checked out the file.