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

 public Comment this[System.String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As Comment

A valid name of a Comment in the Comments collection.

The Comment object with the specified name.