Share via


BusinessDataWebPart.SetMessageWithoutOverriding Method

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
Protected Sub SetMessageWithoutOverriding ( _
    strMessage As String, _
    IsError As Boolean, _
    encode As Boolean _
)
'Usage
Dim strMessage As String
Dim IsError As Boolean
Dim encode As Boolean

Me.SetMessageWithoutOverriding(strMessage, _
    IsError, encode)
protected void SetMessageWithoutOverriding(
    string strMessage,
    bool IsError,
    bool encode
)

Parameters

See Also

Reference

BusinessDataWebPart Class

BusinessDataWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace