Specifies remarks. This is a top-level tag.
<remarks> description</remarks>
Visual Basic
Copy Code
''' <summary>Our sample property.</summary>
''' <remarks>This property is really interesting.</remarks>
Property prop1() As String
C#
/// <summary>Our sample property.</summary>
/// <remarks>This property is really interesting.</remarks>
public string prop1
XML Comments