Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.