WebPart.ErrorSummary Property

Gets a control that displays the error information of the Web Part.

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

Syntax

'Declaration
Public ReadOnly Property ErrorSummary As ErrorSummary
    Get
'Usage
Dim instance As WebPart
Dim value As ErrorSummary

value = instance.ErrorSummary
public ErrorSummary ErrorSummary { get; }

Property Value

Type: ErrorSummary
The ErrorSummary object that displays the error information of the Web Part.

See Also

Reference

WebPart Class

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace