Gets a user object that represents the user who created the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property Author As SPUser
Dim instance As SPWeb
Dim value As SPUser
value = instance.Author
instance.Author = value
public SPUser Author { get; set; }
Property Value
An SPUser object that represents the user who created the Web site.