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 an object that represents the user who has checked out the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CheckedOutByUser As SPUser
Get
'Usage
Dim instance As SPFile
Dim value As SPUser
value = instance.CheckedOutByUser
public SPUser CheckedOutByUser { get; }
Property value
Type: Microsoft.SharePoint.SPUser
If the file is checked out, the user who has checked it out; otherwise, a null reference (Nothing in Visual Basic).