ConnectionData.Comments Property
Gets or sets the comments that are associated with the selected cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Comments As AnnotationCommentCollection
Get
Set
'Usage
Dim instance As ConnectionData
Dim value As AnnotationCommentCollection
value = instance.Comments
instance.Comments = value
public AnnotationCommentCollection Comments { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.AnnotationCommentCollection
The comments that are associated with the selected cell.