Element.Comments Property

Gets the collection of comments on the element.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Comments As CommentCollection
    Get
'Usage
Dim instance As Element
Dim value As CommentCollection

value = instance.Comments
public virtual CommentCollection Comments { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.CommentCollection
The collection of comments on the element.

See Also

Reference

Element Class

Element Members

Microsoft.PerformancePoint.Scorecards Namespace