SPList.Author Property
Gets an SPUser object that represents information about the user who created the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Author As SPUser
Get
'Usage
Dim instance As SPList
Dim value As SPUser
value = instance.Author
public SPUser Author { get; }
Property Value
Type: Microsoft.SharePoint.SPUser
An SPUser object that represents information about the user.