VSdocman Help  

<value> Tag

The <value> tag is used to describe the value of a property. Equivalent @-style tag is @return.

Syntax

<value>description<value>

By convention, properties should always have a <value> tag.

For read-only properties, the text in the <value> tag will often be substantially the same as that in the <summary> tag.

Example:

    '''<summary>Our sample property.</summary>
'''<value>String containing our value.</value>
Property prop1() As String

The sections in bold are added automatically when using Add XML Comment from pop-up menu.

See Also

@return tag | XML Comments