Share via


File.CheckedOutByUser Property

Gets a value that returns the user who has checked out 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 CheckedOutByUser As User
    Get
'Usage
Dim instance As File
Dim value As User

value = instance.CheckedOutByUser
[RemoteAttribute]
public User CheckedOutByUser { get; }

Property Value

Type: Microsoft.SharePoint.Client.User
Returns a User instance representing the user who has checked out the file.

See Also

Reference

File Class

File Members

Microsoft.SharePoint.Client Namespace