SPCheckedOutFile.CheckedOutBy property
Gets the user who checked out the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.