Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.