CommentCollection.Item Property (Microsoft.PerformancePoint.Scorecards)
Gets or sets the comment at a specific index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
index As Integer _
) As Comment
'Usage
Dim instance As CommentCollection
Dim index As Integer
Dim value As Comment
value = instance(index)
instance(index) = value
public virtual Comment this [
int index
] { get; set; }
Parameters
- index
The index.
See Also
Reference
CommentCollection Class
CommentCollection Members
Microsoft.PerformancePoint.Scorecards Namespace