Gets or sets a user object that represents the user who created the website. (Read-only in 沙盒解决方案.)
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Author As SPUser
Get
Set
用法
Dim instance As SPWeb
Dim value As SPUser
value = instance.Author
instance.Author = value
public SPUser Author { get; set; }
属性值
类型:Microsoft.SharePoint.SPUser
An SPUser object that represents the user who created the website.