The text for the <summary> tag is the only source of
information about the type in IntelliSense, and is also displayed
in the Object Browser.
<summary>text</summary>
'''<summary>Our sample property.</summary>
'''<remarks>This property is really interesting.</remarks>
'''<value>Some nice text.</value>
'''<seealso cref="TestDLL.DllClass1.prop2">Another interesting
'''property</seealso>
Property prop1() As String