Annotation.Comments property

Gets the collection of comments that this annotation contains.

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

Syntax

'Declaration
Public ReadOnly Property Comments As AnnotationCommentCollection
    Get
'Usage
Dim instance As Annotation
Dim value As AnnotationCommentCollection

value = instance.Comments
public AnnotationCommentCollection Comments { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.AnnotationCommentCollection
The collection of comments that this annotation contains.

See also

Reference

Annotation class

Annotation members

Microsoft.PerformancePoint.Scorecards namespace