Share via


WebPart.ShowDebugInfoRuntime property

Gets or sets the value that indicates whether the debug information is shown.

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

Syntax

'Declaration
Public Property ShowDebugInfoRuntime As Boolean
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Boolean

value = instance.ShowDebugInfoRuntime

instance.ShowDebugInfoRuntime = value
public bool ShowDebugInfoRuntime { get; set; }

Property value

Type: System.Boolean
true if the debug information is shown; otherwise, false.

See also

Reference

WebPart class

WebPart members

Microsoft.Office.Server.WebControls.Charting namespace