Share via


ConfiguredView.AllowAnnotations property

Gets or sets a Boolean value that indicates whether comments are allowed to be entered in scorecard cells.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overridable Property AllowAnnotations As Boolean
    Get
    Set
'Usage
Dim instance As ConfiguredView
Dim value As Boolean

value = instance.AllowAnnotations

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

Property value

Type: System.Boolean
true if the Allow comment feature is enabled for the scorecard; otherwise false.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace