AnnotationSetting.MaxAnnotationAllowed - Propriété
Obtient ou définit le nombre maximal d'annotations autorisé par carte de performance.
Espace de noms : Microsoft.PerformancePoint.Scorecards
Assembly : Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntaxe
'Déclaration
Public Property MaxAnnotationAllowed As Integer
Get
Set
'Utilisation
Dim instance As AnnotationSetting
Dim value As Integer
value = instance.MaxAnnotationAllowed
instance.MaxAnnotationAllowed = value
public int MaxAnnotationAllowed { get; set; }
Valeur de propriété
Type : System.Int32
Le nombre maximal d'annotations autorisé par carte de performance.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Levée si la valeur est inférieure ou égale à 0. |