Share via


CommentCollection.Add Method (Microsoft.PerformancePoint.Scorecards)

Adds a comment to the collection.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Sub Add ( _
    value As Comment _
)
'Usage
Dim instance As CommentCollection
Dim value As Comment

instance.Add(value)
public virtual void Add (
    Comment value
)

Parameters

  • value
    The comment to add.

See Also

Reference

CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace