'Declaration
Property Author As System.String
'Usage
Dim instance As IComment Dim value As System.String instance.Author = value value = instance.Author
System.string Author {get; set;}
read-write property Author: System.String;
function get,set Author : System.String