<returns>description<returns>
This tag is used in a method and function comment when they return some value. Use <value> tag for properties.
'''<summary>Our sample method.</summary>
'''<returns>True if no error occurs.</returns>
Function method1(ByVal x As Integer) As Boolean
The sections in bold are added automatically when using Add XML Comment from pop-up menu.