SPListItemVersion.CreatedBy Property
Gets the user that created the item version.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.