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
- strMessage
Type: System.String
- IsError
Type: System.Boolean
- encode
Type: System.Boolean