Share via


SPListItemVersion.CreatedBy property

Gets the user that created the item version.

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

Syntax

'Declaration
Public ReadOnly Property CreatedBy As SPFieldUserValue
    Get
'Usage
Dim instance As SPListItemVersion
Dim value As SPFieldUserValue

value = instance.CreatedBy
public SPFieldUserValue CreatedBy { get; }

Property value

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

See also

Reference

SPListItemVersion class

SPListItemVersion members

Microsoft.SharePoint namespace