Share via


AnnotationSetting.MaxAnnotationAllowed Property (Microsoft.PerformancePoint.Scorecards)

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
<XmlAttributeAttribute> _
Public Property MaxAnnotationAllowed As Integer
'Usage
Dim instance As AnnotationSetting
Dim value As Integer

value = instance.MaxAnnotationAllowed

instance.MaxAnnotationAllowed = value
[XmlAttributeAttribute] 
public int MaxAnnotationAllowed { get; set; }

Remarks

If the value is less than or equal to 0, an ArgumentOutOfRangeException is thrown.

See Also

Reference

AnnotationSetting Class
AnnotationSetting Members
Microsoft.PerformancePoint.Scorecards Namespace