Specifies the author.
Syntax
<author>author</author>
Examples
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
See Also
<version>