CommentCollection.Item Property
Gets or sets the object at the specified index.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Item ( _
index As Integer _
) As Comment
Get
Set
'Usage
Dim instance As CommentCollection
Dim index As Integer
Dim value As Comment
value = instance.Item(index)
instance.Item(index) = value
public virtual Comment this[
int index
] { get; set; }
Parameters
index
Type: System.Int32The zero-based index.
Property Value
Type: Microsoft.PerformancePoint.Scorecards.Comment
The object at the specified index.