PageLevelError.ErrorTextLocIdNum 属性

ErrorText属性设置为指定一个LocStringId枚举的整数值的字符串资源。此成员仅供内部使用,不能直接在您的代码中使用。

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

语法

声明
Public WriteOnly Property ErrorTextLocIdNum As Integer
    Set
用法
Dim instance As PageLevelError
Dim value As Integer

instance.ErrorTextLocIdNum = value
public int ErrorTextLocIdNum { set; }

属性值

类型:System.Int32
一个数字,指的是被发送到 web 浏览器显示的字符串资源。

备注

设置ErrorTextLocIdNum后,将ErrorText属性设置为指定一个LocStringId枚举的整数值的字符串资源中。

另请参阅

引用

PageLevelError 类

PageLevelError 成员

Microsoft.SharePoint.Portal.WebControls 命名空间