<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.
'''<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.