Annotation Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a scorecard annotation, which is a collection of comments that is associated with a scorecard context (slice).
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Annotation
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Annotation _
Implements ICloneable
'Usage
Dim instance As Annotation
[SerializableAttribute]
public class Annotation : ICloneable
Remarks
A scorecard can contain multiple annotations, which in turn can contain multiple comments. A comment is represented by a AnnotationComment object, which contains the message body of the comment. The collection of comments for an annotation is returned by the Comments property.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.