KpiValue.IsInError - Propriété

Obtient ou définit une valeur de type Boolean qui indique si cette valeur est erreur.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Property IsInError As Boolean
    Get
    Set
'Utilisation
Dim instance As KpiValue
Dim value As Boolean

value = instance.IsInError

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

Valeur de propriété

Type : System.Boolean
true si cette valeur est exprimée en erreur ; dans le cas contraire false.

Voir aussi

Référence

KpiValue classe

KpiValue - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms