ConfiguredView.AllowAnnotations Property (Microsoft.PerformancePoint.Scorecards)

Indicates if comments are allowed in the scorecard.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Overridable Property AllowAnnotations As Boolean
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.AllowAnnotations

instance.AllowAnnotations = value
[XmlAttributeAttribute] 
public virtual bool AllowAnnotations { get; set; }

Property Value

Returns true if the Allow comment feature is enabled for the scorecard. Otherwise, returns false.

See Also

Reference

ConfiguredView Class
ConfiguredView Members
Microsoft.PerformancePoint.Scorecards Namespace