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.

See also

Reference

Annotation members

Microsoft.PerformancePoint.Scorecards namespace