WebPart.ShowDebugInfoRuntime - Propriété

Obtient ou définit la valeur qui indique si les informations de débogage s'affiche.

Espace de noms :  Microsoft.Office.Server.WebControls.Charting
Assembly :  Microsoft.Office.Server.Chart (dans Microsoft.Office.Server.Chart.dll)

Syntaxe

'Déclaration
Public Property ShowDebugInfoRuntime As Boolean
    Get
    Set
'Utilisation
Dim instance As WebPart
Dim value As Boolean

value = instance.ShowDebugInfoRuntime

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

Valeur de propriété

Type : System.Boolean
true si les informations de débogage sont affichées ; dans le cas contraire, false.

Voir aussi

Référence

WebPart classe

WebPart - Membres

Microsoft.Office.Server.WebControls.Charting - Espace de noms