Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the Comment object at the specified position in the Comments collection.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the [Comment|Comment] object at the specified position in the [Comments|Comments] collection.{excerpt}
{signature:C#}
 public Comment this[int position] { get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Default ReadOnly Property Item(ByVal position As Integer) As Comment
Parameters
Param
positionposition

A valid index between 0 and Comments.Count.

Returns
The Comment object at the specified position.
{signature}
{parameters}
{param:position}A valid index between 0 and [Comments.Count|Comments.Count].{param}
{returns}The {{Comment}} object at the specified position.{returns}