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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ModifiedBy As SPUser
    Get
'Usage
Dim instance As SPFile
Dim value As SPUser

value = instance.ModifiedBy
[ClientCallableAttribute]
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