Share via


SPCheckedOutFile.CheckedOutBy Property

Gets the user who checked out the file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property CheckedOutBy As SPUser
    Get
'Usage
Dim instance As SPCheckedOutFile
Dim value As SPUser

value = instance.CheckedOutBy
public SPUser CheckedOutBy { get; }

Property Value

Type: Microsoft.SharePoint.SPUser
The user who checked out the file.

See Also

Reference

SPCheckedOutFile Class

SPCheckedOutFile Members

Microsoft.SharePoint Namespace