AnnotationSetting.IsAnnotationEnabled Property
Gets or sets a Boolean value that indicates whether annotations are enabled.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IsAnnotationEnabled As Boolean
Get
Set
'Usage
Dim instance As AnnotationSetting
Dim value As Boolean
value = instance.IsAnnotationEnabled
instance.IsAnnotationEnabled = value
public bool IsAnnotationEnabled { get; set; }
Property Value
Type: System.Boolean
true if annotations are enabled; otherwise false.