ScriptWebPart.Messages property

Gets the list of error and information messages for the current Web Part.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Messages As List(Of ControlMessage)
    Get
'Usage
Dim instance As ScriptWebPart
Dim value As List(Of ControlMessage)

value = instance.Messages
public List<ControlMessage> Messages { get; }

Property value

Type: System.Collections.Generic.List<ControlMessage>

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace