SPRecycleBinItem.AuthorId Property
Gets the SharePoint Foundation user ID of the user who originally created the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property AuthorId As Integer
Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As Integer
value = instance.AuthorId
public int AuthorId { get; }
Property Value
Type: System.Int32
A 32-bit integer that identifies the user ID of the user who originally created the item.