ResourcesAttribute.Description 属性
获取或设置提供属性的说明, CustomPropertyToolPart工具部件中显示时的资源 ID。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Description As String
Get
Set
用法
Dim instance As ResourcesAttribute
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
属性值
类型:System.String
一个字符串,指定将通过LoadResource方法恢复资源 ID。
备注
如果此值为空字符串, CustomPropertyToolPart用户界面将还原为未本地化的元数据的使用。