SPCheckedOutFile.CheckedOutByName Property
Gets the name of 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 CheckedOutByName As String
Get
'Usage
Dim instance As SPCheckedOutFile
Dim value As String
value = instance.CheckedOutByName
public string CheckedOutByName { get; }
Property Value
Type: System.String
The name of the user who checked out the file.