Specifies an author. This is a top-level tag.
<author>author</author>
Visual Basic
Copy Code
''' <summary>Our sample property.</summary>
''' <author>Peter Macej</author>
Property prop1() As String
C#
/// <summary>Our sample property.</summary>
/// <author>Peter Macej</author>
public string prop1
<version>