PageLevelError.ErrorTextLocId 属性
将ErrorText属性设置为指定的ErrorTextLocId值的字符串资源。此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public WriteOnly Property ErrorTextLocId As LocStringId
Set
用法
Dim instance As PageLevelError
Dim value As LocStringId
instance.ErrorTextLocId = value
public LocStringId ErrorTextLocId { set; }
属性值
类型:LocStringId
指的是被发送到 web 浏览器显示的字符串资源标识符 (ID)。
备注
设置ErrorTextLocId后,将ErrorText属性设置为ErrorTextLocId值所指定的字符串资源中。