SPFile.ModifiedBy property

Gets a user object that represents the user who last modified the file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ModifiedBy As SPUser
    Get
'Usage
Dim instance As SPFile
Dim value As SPUser

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

Property value

Type: Microsoft.SharePoint.SPUser
An SPUser object that represents the user.

See also

Reference

SPFile class

SPFile members

Microsoft.SharePoint namespace