共用方式為


PageLevelError.ErrorTextLocId Property

Sets the ErrorText property to the string resource specified by the ErrorTextLocId value. This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public WriteOnly Property ErrorTextLocId As LocStringId
    Set
'Usage
Dim instance As PageLevelError
Dim value As LocStringId

instance.ErrorTextLocId = value
public LocStringId ErrorTextLocId { set; }

Property Value

Type: LocStringId
An identifier (ID) that refers to a string resource that is sent to the web browser for display.

Remarks

Setting ErrorTextLocId will set the ErrorText property to the string resource specified by the ErrorTextLocId value.

See Also

Reference

PageLevelError Class

PageLevelError Members

Microsoft.SharePoint.Portal.WebControls Namespace