AnnotationSetting.MaxAnnotationAllowed Property
Gets or sets the maximum number of annotations allowed per scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property MaxAnnotationAllowed As Integer
Get
Set
'Usage
Dim instance As AnnotationSetting
Dim value As Integer
value = instance.MaxAnnotationAllowed
instance.MaxAnnotationAllowed = value
public int MaxAnnotationAllowed { get; set; }
Property Value
Type: System.Int32
The maximum number of annotations allowed per scorecard.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the value is less than or equal to 0. |