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.