SPWeb.DescriptionResource 属性

Gets an SPUserResource object that represents the translations for the description of the site.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property DescriptionResource As SPUserResource
    Get
用法
Dim instance As SPWeb
Dim value As SPUserResource

value = instance.DescriptionResource
public SPUserResource DescriptionResource { get; }

属性值

类型:Microsoft.SharePoint.SPUserResource
An object that encapsulates a user-defined localizable resource.

备注

This property is the source for the string returned by the Description property, which returns DescriptionResource.Value. The value that is returned by this expression can vary depending on the value of the CurrentUICulture of the current thread. For more information, see the SPUserResource.Value property.

另请参阅

引用

SPWeb 类

SPWeb 成员

Microsoft.SharePoint 命名空间

Description

TitleResource