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.