AnnotationSetting.MaxAnnotationAllowedDefault Property
Gets the default setting for 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 ReadOnly Property MaxAnnotationAllowedDefault As Integer
Get
'Usage
Dim instance As AnnotationSetting
Dim value As Integer
value = instance.MaxAnnotationAllowedDefault
public int MaxAnnotationAllowedDefault { get; }
Property Value
Type: System.Int32
The default setting for the maximum number of annotations allowed per scorecard.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the value is less than or equal to 0. |