SPWeb.Description 属性
Gets or sets the description for the site.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Description As String
Get
Set
用法
Dim instance As SPWeb
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
属性值
类型:System.String
A string that contains the description of the site.
备注
The value that is returned can vary depending on the current thread's Thread.CurrentUICulture property. For more information, see the DescriptionResource property.