CommentCollection Class (Microsoft.PerformancePoint.Scorecards)

Represents a collection of comments.

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

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class CommentCollection
    Inherits CollectionBase
    Implements ICloneable, ISortableCollection, IList, ICollection, _
    IEnumerable
'Usage
Dim instance As CommentCollection
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class CommentCollection : CollectionBase, ICloneable, ISortableCollection, IList, 
    ICollection, IEnumerable

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
    Microsoft.PerformancePoint.Scorecards.CommentCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace