Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns the Comment object with the specified name in the Comments collection.

Signature
C#
C#
 public Comment this[System.String name] { get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Default ReadOnly Property Item(ByVal name As String) As Comment
{signature}
{parameters}
{param:position}A valid name of a {{Comment}} in the {{Comments}} collection.{param}
{returns}The {{Comment}} object with the specified name.{returns}
Parameters
Param
position
position

A valid name of a Comment in the Comments collection.

Returns

The Comment object with the specified name.